#ef7b7d

Color #EF7B7D Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #EF7B7D

Tints of Froly #EF7B7D

Color information

#EF7B7D (or 0xEF7B7D) is unknown color: approx Froly. HEX triplet: EF, 7B and 7D. RGB value is (239,123,125). Sum of RGB (Red+Green+Blue) = 239+123+125=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B7D is #108482. Grayscale: #9E9E9E. Windows color (decimal): -1082499 or 8223727. OLE color: 8223727.

HSL color Cylindrical-coordinate representation of color #EF7B7D: hue angle of 358.97º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7B7D is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB239123125-
CMYK00.490.480.06
HSL358.97º78.38%70.98%-
HSV(B)358.97º48.54%93.73%-
XYZ46.383423.52-
YUV157.91109.43185.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 49.08%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=49.08%
G=25.26%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912312500.490.480.06358.9778.3870.98
HexEF7B7D0313061674e47
Octal357173175061606547116107
Binary1110111111110111111101011000111000011010110011110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef7b7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef7b7d; }

 p { color: rgb(239,123,125); }

 H1.HeaderClassName
 {
   color: #ef7b7d;
 }
 .AnyTagClassName
 {
   color: #ef7b7d;
 }
</style>
background-color css

<style>
 a { background-color: #ef7b7d; }

 a { background-color: rgb(239,123,125); }

 div.DivClassName
 {
   background-color: #ef7b7d;
 }
 .BgClassName
 {
   background-color: #ef7b7d;
 }
</style>
border-color css

<style>
 span { border-color: #ef7b7d; }

 span { border-color: rgb(239,123,125); }

 td.TdClassName
 {
   border-color: #ef7b7d;
 }
 .TagClassName
 {
   border-color: #ef7b7d;
 }
</style>