Html Css Color HEX #EE7068 Geraldine

📋 copy color: '#EE7068'

red 238 ◦ green 112 ◦ blue 104

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

Shades of Geraldine #EE7068

Tints of Geraldine #EE7068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 52.42%
G = 24.67%
B = 22.91%

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

#EE7068 (or 0xEE7068) is known color: Geraldine. HEX triplet: EE, 70 and 68. RGB value is (238,112,104). Sum of RGB (Red+Green+Blue) = 238+112+104=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7068 is #118F97. Grayscale: #949494. Windows color (decimal): -1150872 or 6844654. OLE color: 6844654.

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

Color convert

RGB 238 112 104 -
CMYK 0 0.53 0.56 0.07
HSL 3.58º 0.8% 0.67% -
HSV(B) 3.58º 0.56% 0.93% -
XYZ 43.55 30.76 16.74 -
YUV 148.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 238 112 104 0 0.53 0.56 0.07 3.58 0.8 0.67
Hex EE 70 68 0 35 38 7 4 50 43
Octal 356 160 150 0 65 70 7 4 120 103
Binary 11101110 1110000 1101000 0 110101 111000 111 100 1010000 1000011

Color Harmonies of #EE7068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7068

Black with #EE7068

Text Example


Text Example

White with #EE7068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7068; }

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

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

background-color css

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

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

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

border-color css

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

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

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