Html Css Color HEX #EE7A6F Geraldine

📋 copy color: '#EE7A6F'

red 238 ◦ green 122 ◦ blue 111

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

Shades of Geraldine #EE7A6F

Tints of Geraldine #EE7A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

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

R = 50.53%
G = 25.9%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE7A6F (or 0xEE7A6F) is known color: Geraldine. HEX triplet: EE, 7A and 6F. RGB value is (238,122,111). Sum of RGB (Red+Green+Blue) = 238+122+111=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7A6F is #118590. Grayscale: #9B9B9B. Windows color (decimal): -1148305 or 7305966. OLE color: 7305966.

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

Color convert

RGB 238 122 111 -
CMYK 0 0.49 0.53 0.07
HSL 5.2º 0.79% 0.68% -
HSV(B) 5.2º 0.53% 0.93% -
XYZ 45.09 33.24 19.08 -
YUV 155.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 238 122 111 0 0.49 0.53 0.07 5.2 0.79 0.68
Hex EE 7A 6F 0 31 35 7 5 4F 44
Octal 356 172 157 0 61 65 7 5 117 104
Binary 11101110 1111010 1101111 0 110001 110101 111 101 1001111 1000100

Color Harmonies of #EE7A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7A6F

Black with #EE7A6F

Text Example


Text Example

White with #EE7A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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