Html Css Color HEX #EE7471 Geraldine

📋 copy color: '#EE7471'

red 238 ◦ green 116 ◦ blue 113

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

Shades of Geraldine #EE7471

Tints of Geraldine #EE7471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 50.96%
G = 24.84%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE7471 (or 0xEE7471) is known color: Geraldine. HEX triplet: EE, 74 and 71. RGB value is (238,116,113). Sum of RGB (Red+Green+Blue) = 238+116+113=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7471 is #118B8E. Grayscale: #989898. Windows color (decimal): -1149839 or 7435502. OLE color: 7435502.

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

Color convert

RGB 238 116 113 -
CMYK 0 0.51 0.53 0.07
HSL 1.44º 0.79% 0.69% -
HSV(B) 1.44º 0.53% 0.93% -
XYZ 44.49 31.86 19.43 -
YUV 152.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 238 116 113 0 0.51 0.53 0.07 1.44 0.79 0.69
Hex EE 74 71 0 33 35 7 1 4F 45
Octal 356 164 161 0 63 65 7 1 117 105
Binary 11101110 1110100 1110001 0 110011 110101 111 1 1001111 1000101

Color Harmonies of #EE7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7471

Black with #EE7471

Text Example


Text Example

White with #EE7471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7471; }

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

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

background-color css

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

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

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

border-color css

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

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

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