Html Css Color HEX #EE7572 Geraldine

📋 copy color: '#EE7572'

red 238 ◦ green 117 ◦ blue 114

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

Shades of Geraldine #EE7572

Tints of Geraldine #EE7572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 50.75%
G = 24.95%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE7572 (or 0xEE7572) is known color: Geraldine. HEX triplet: EE, 75 and 72. RGB value is (238,117,114). Sum of RGB (Red+Green+Blue) = 238+117+114=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7572 is #118A8D. Grayscale: #989898. Windows color (decimal): -1149582 or 7501294. OLE color: 7501294.

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

Color convert

RGB 238 117 114 -
CMYK 0 0.51 0.52 0.07
HSL 1.45º 0.78% 0.69% -
HSV(B) 1.45º 0.52% 0.93% -
XYZ 44.66 32.11 19.76 -
YUV 152.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 238 117 114 0 0.51 0.52 0.07 1.45 0.78 0.69
Hex EE 75 72 0 33 34 7 1 4E 45
Octal 356 165 162 0 63 64 7 1 116 105
Binary 11101110 1110101 1110010 0 110011 110100 111 1 1001110 1000101

Color Harmonies of #EE7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7572

Black with #EE7572

Text Example


Text Example

White with #EE7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7572; }

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

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

background-color css

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

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

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

border-color css

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

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

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