Html Css Color HEX #EE7968 Geraldine

📋 copy color: '#EE7968'

red 238 ◦ green 121 ◦ blue 104

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

Shades of Geraldine #EE7968

Tints of Geraldine #EE7968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.13%

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

R = 51.4%
G = 26.13%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE7968 (or 0xEE7968) is known color: Geraldine. HEX triplet: EE, 79 and 68. RGB value is (238,121,104). Sum of RGB (Red+Green+Blue) = 238+121+104=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7968 is #118697. Grayscale: #9A9A9A. Windows color (decimal): -1148568 or 6846958. OLE color: 6846958.

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

Color convert

RGB 238 121 104 -
CMYK 0 0.49 0.56 0.07
HSL 7.61º 0.8% 0.67% -
HSV(B) 7.61º 0.56% 0.93% -
XYZ 44.6 32.85 17.09 -
YUV 154.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 238 121 104 0 0.49 0.56 0.07 7.61 0.8 0.67
Hex EE 79 68 0 31 38 7 8 50 43
Octal 356 171 150 0 61 70 7 10 120 103
Binary 11101110 1111001 1101000 0 110001 111000 111 1000 1010000 1000011

Color Harmonies of #EE7968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7968

Black with #EE7968

Text Example


Text Example

White with #EE7968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7968; }

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

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

background-color css

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

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

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

border-color css

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

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

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