Html Css Color HEX #EE7574 Geraldine

📋 copy color: '#EE7574'

red 238 ◦ green 117 ◦ blue 116

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

Shades of Geraldine #EE7574

Tints of Geraldine #EE7574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.84%

 BLUE value IS 116 (45.7% from 255) = 24.63%

R = 50.53%
G = 24.84%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE7574 (or 0xEE7574) is known color: Geraldine. HEX triplet: EE, 75 and 74. RGB value is (238,117,116). Sum of RGB (Red+Green+Blue) = 238+117+116=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7574 is #118A8B. Grayscale: #999999. Windows color (decimal): -1149580 or 7632366. OLE color: 7632366.

HSL color Cylindrical-coordinate representation of color #EE7574: hue angle of 0.49º 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 #EE7574 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 117 116 -
CMYK 0 0.51 0.51 0.07
HSL 0.49º 0.78% 0.69% -
HSV(B) 0.49º 0.51% 0.93% -
XYZ 44.77 32.16 20.37 -
YUV 153.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 238 117 116 0 0.51 0.51 0.07 0.49 0.78 0.69
Hex EE 75 74 0 33 33 7 0 4E 45
Octal 356 165 164 0 63 63 7 0 116 105
Binary 11101110 1110101 1110100 0 110011 110011 111 0 1001110 1000101

Color Harmonies of #EE7574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7574

Black with #EE7574

Text Example


Text Example

White with #EE7574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7574; }

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

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

background-color css

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

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

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

border-color css

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

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

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