Html Css Color HEX #EE7675 Geraldine

📋 copy color: '#EE7675'

red 238 ◦ green 118 ◦ blue 117

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

Shades of Geraldine #EE7675

Tints of Geraldine #EE7675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

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

R = 50.32%
G = 24.95%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE7675 (or 0xEE7675) is known color: Geraldine. HEX triplet: EE, 76 and 75. RGB value is (238,118,117). Sum of RGB (Red+Green+Blue) = 238+118+117=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7675 is #11898A. Grayscale: #999999. Windows color (decimal): -1149323 or 7698158. OLE color: 7698158.

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

Color convert

RGB 238 118 117 -
CMYK 0 0.50 0.51 0.07
HSL 0.5º 0.78% 0.7% -
HSV(B) 0.5º 0.51% 0.93% -
XYZ 44.95 32.42 20.72 -
YUV 153.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 238 118 117 0 0.50 0.51 0.07 0.5 0.78 0.7
Hex EE 76 75 0 32 33 7 0 4E 46
Octal 356 166 165 0 62 63 7 0 116 106
Binary 11101110 1110110 1110101 0 110010 110011 111 0 1001110 1000110

Color Harmonies of #EE7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7675

Black with #EE7675

Text Example


Text Example

White with #EE7675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7675; }

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

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

background-color css

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

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

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

border-color css

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

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

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