Html Css Color HEX #EE7069 Geraldine

📋 copy color: '#EE7069'

red 238 ◦ green 112 ◦ blue 105

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

Shades of Geraldine #EE7069

Tints of Geraldine #EE7069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.62%

 BLUE value IS 105 (41.41% from 255) = 23.08%

R = 52.31%
G = 24.62%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE7069 (or 0xEE7069) is known color: Geraldine. HEX triplet: EE, 70 and 69. RGB value is (238,112,105). Sum of RGB (Red+Green+Blue) = 238+112+105=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7069 is #118F96. Grayscale: #959595. Windows color (decimal): -1150871 or 6910190. OLE color: 6910190.

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

Color convert

RGB 238 112 105 -
CMYK 0 0.53 0.56 0.07
HSL 3.16º 0.8% 0.67% -
HSV(B) 3.16º 0.56% 0.93% -
XYZ 43.6 30.79 17.01 -
YUV 148.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 238 112 105 0 0.53 0.56 0.07 3.16 0.8 0.67
Hex EE 70 69 0 35 38 7 3 50 43
Octal 356 160 151 0 65 70 7 3 120 103
Binary 11101110 1110000 1101001 0 110101 111000 111 11 1010000 1000011

Color Harmonies of #EE7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7069

Black with #EE7069

Text Example


Text Example

White with #EE7069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7069; }

 p { color: rgb(238,112,105); }

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

background-color css

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

 a { background-color: rgb(238,112,105); }

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

border-color css

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

 span { border-color: rgb(238,112,105); }

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