Html Css Color HEX #EE756F Geraldine

📋 copy color: '#EE756F'

red 238 ◦ green 117 ◦ blue 111

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

Shades of Geraldine #EE756F

Tints of Geraldine #EE756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.11%

 BLUE value IS 111 (43.75% from 255) = 23.82%

R = 51.07%
G = 25.11%
B = 23.82%

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

#EE756F (or 0xEE756F) is known color: Geraldine. HEX triplet: EE, 75 and 6F. RGB value is (238,117,111). Sum of RGB (Red+Green+Blue) = 238+117+111=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE756F is #118A90. Grayscale: #989898. Windows color (decimal): -1149585 or 7304686. OLE color: 7304686.

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

Color convert

RGB 238 117 111 -
CMYK 0 0.51 0.53 0.07
HSL 2.83º 0.79% 0.68% -
HSV(B) 2.83º 0.53% 0.93% -
XYZ 44.49 32.05 18.88 -
YUV 152.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 238 117 111 0 0.51 0.53 0.07 2.83 0.79 0.68
Hex EE 75 6F 0 33 35 7 3 4F 44
Octal 356 165 157 0 63 65 7 3 117 104
Binary 11101110 1110101 1101111 0 110011 110101 111 11 1001111 1000100

Color Harmonies of #EE756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE756F

Black with #EE756F

Text Example


Text Example

White with #EE756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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