Html Css Color HEX #EE716F Geraldine

📋 copy color: '#EE716F'

red 238 ◦ green 113 ◦ blue 111

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

Shades of Geraldine #EE716F

Tints of Geraldine #EE716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.46%

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

R = 51.52%
G = 24.46%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE716F (or 0xEE716F) is known color: Geraldine. HEX triplet: EE, 71 and 6F. RGB value is (238,113,111). Sum of RGB (Red+Green+Blue) = 238+113+111=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE716F is #118E90. Grayscale: #969696. Windows color (decimal): -1150609 or 7303662. OLE color: 7303662.

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

Color convert

RGB 238 113 111 -
CMYK 0 0.53 0.53 0.07
HSL 0.94º 0.79% 0.68% -
HSV(B) 0.94º 0.53% 0.93% -
XYZ 44.03 31.14 18.73 -
YUV 150.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 238 113 111 0 0.53 0.53 0.07 0.94 0.79 0.68
Hex EE 71 6F 0 35 35 7 1 4F 44
Octal 356 161 157 0 65 65 7 1 117 104
Binary 11101110 1110001 1101111 0 110101 110101 111 1 1001111 1000100

Color Harmonies of #EE716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE716F

Black with #EE716F

Text Example


Text Example

White with #EE716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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