Html Css Color HEX #EE7771 Geraldine

📋 copy color: '#EE7771'

red 238 ◦ green 119 ◦ blue 113

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

Shades of Geraldine #EE7771

Tints of Geraldine #EE7771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.32%

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

R = 50.64%
G = 25.32%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE7771 (or 0xEE7771) is known color: Geraldine. HEX triplet: EE, 77 and 71. RGB value is (238,119,113). Sum of RGB (Red+Green+Blue) = 238+119+113=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7771 is #11888E. Grayscale: #9A9A9A. Windows color (decimal): -1149071 or 7436270. OLE color: 7436270.

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

Color convert

RGB 238 119 113 -
CMYK 0 0.50 0.53 0.07
HSL 2.88º 0.79% 0.69% -
HSV(B) 2.88º 0.53% 0.93% -
XYZ 44.84 32.56 19.54 -
YUV 153.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 238 119 113 0 0.50 0.53 0.07 2.88 0.79 0.69
Hex EE 77 71 0 32 35 7 3 4F 45
Octal 356 167 161 0 62 65 7 3 117 105
Binary 11101110 1110111 1110001 0 110010 110101 111 11 1001111 1000101

Color Harmonies of #EE7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7771

Black with #EE7771

Text Example


Text Example

White with #EE7771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7771; }

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

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

background-color css

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

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

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

border-color css

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

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

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