Html Css Color HEX #EE7975 Geraldine

📋 copy color: '#EE7975'

red 238 ◦ green 121 ◦ blue 117

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

Shades of Geraldine #EE7975

Tints of Geraldine #EE7975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.42%

 BLUE value IS 117 (46.09% from 255) = 24.58%

R = 50%
G = 25.42%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE7975 (or 0xEE7975) is known color: Geraldine. HEX triplet: EE, 79 and 75. RGB value is (238,121,117). Sum of RGB (Red+Green+Blue) = 238+121+117=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7975 is #11868A. Grayscale: #9B9B9B. Windows color (decimal): -1148555 or 7698926. OLE color: 7698926.

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

Color convert

RGB 238 121 117 -
CMYK 0 0.49 0.51 0.07
HSL 1.98º 0.78% 0.7% -
HSV(B) 1.98º 0.51% 0.93% -
XYZ 45.31 33.14 20.84 -
YUV 155.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 238 121 117 0 0.49 0.51 0.07 1.98 0.78 0.7
Hex EE 79 75 0 31 33 7 2 4E 46
Octal 356 171 165 0 61 63 7 2 116 106
Binary 11101110 1111001 1110101 0 110001 110011 111 10 1001110 1000110

Color Harmonies of #EE7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7975

Black with #EE7975

Text Example


Text Example

White with #EE7975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7975; }

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

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

background-color css

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

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

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

border-color css

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

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

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