Html Css Color HEX #EE7E71 Geraldine

📋 copy color: '#EE7E71'

red 238 ◦ green 126 ◦ blue 113

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

Shades of Geraldine #EE7E71

Tints of Geraldine #EE7E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.42%

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

R = 49.9%
G = 26.42%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE7E71 (or 0xEE7E71) is known color: Geraldine. HEX triplet: EE, 7E and 71. RGB value is (238,126,113). Sum of RGB (Red+Green+Blue) = 238+126+113=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7E71 is #11818E. Grayscale: #9E9E9E. Windows color (decimal): -1147279 or 7438062. OLE color: 7438062.

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

Color convert

RGB 238 126 113 -
CMYK 0 0.47 0.53 0.07
HSL 6.24º 0.79% 0.69% -
HSV(B) 6.24º 0.53% 0.93% -
XYZ 45.7 34.29 19.83 -
YUV 158.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 238 126 113 0 0.47 0.53 0.07 6.24 0.79 0.69
Hex EE 7E 71 0 2F 35 7 6 4F 45
Octal 356 176 161 0 57 65 7 6 117 105
Binary 11101110 1111110 1110001 0 101111 110101 111 110 1001111 1000101

Color Harmonies of #EE7E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7E71

Black with #EE7E71

Text Example


Text Example

White with #EE7E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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