Html Css Color HEX #EE7478 Froly

📋 copy color: '#EE7478'

red 238 ◦ green 116 ◦ blue 120

#EE7478
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #EE7478

Tints of Froly #EE7478

RGB

 RED value IS 238 (93.36% from 255) = 50.21%

 GREEN value IS 116 (45.7% from 255) = 24.47%

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 50.21%
G = 24.47%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE7478 (or 0xEE7478) is known color: Froly. HEX triplet: EE, 74 and 78. RGB value is (238,116,120). Sum of RGB (Red+Green+Blue) = 238+116+120=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7478 is #118B87. Grayscale: #999999. Windows color (decimal): -1149832 or 7894254. OLE color: 7894254.

HSL color Cylindrical-coordinate representation of color #EE7478: hue angle of 358.03º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7478 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 116 120 -
CMYK 0 0.51 0.50 0.07
HSL 358.03º 0.78% 0.69% -
HSV(B) 358.03º 0.51% 0.93% -
XYZ 44.9 32.02 21.58 -
YUV 152.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 238 116 120 0 0.51 0.50 0.07 358.03 0.78 0.69
Hex EE 74 78 0 33 32 7 166 4E 45
Octal 356 164 170 0 63 62 7 546 116 105
Binary 11101110 1110100 1111000 0 110011 110010 111 101100110 1001110 1000101

Color Harmonies of #EE7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7478

Black with #EE7478

Text Example


Text Example

White with #EE7478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7478; }

 p { color: rgb(238,116,120); }

 H1.HeaderClassName
 {
   color: #EE7478;
 }
 .AnyTagClassName
 {
   color: #EE7478;
 }
</style>

background-color css

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

 a { background-color: rgb(238,116,120); }

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

border-color css

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

 span { border-color: rgb(238,116,120); }

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