Html Css Color HEX #EE6F6D Geraldine

📋 copy color: '#EE6F6D'

red 238 ◦ green 111 ◦ blue 109

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

Shades of Geraldine #EE6F6D

Tints of Geraldine #EE6F6D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.24%

 BLUE value IS 109 (42.97% from 255) = 23.8%

R = 51.97%
G = 24.24%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE6F6D (or 0xEE6F6D) is known color: Geraldine. HEX triplet: EE, 6F and 6D. RGB value is (238,111,109). Sum of RGB (Red+Green+Blue) = 238+111+109=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F6D is #119092. Grayscale: #949494. Windows color (decimal): -1151123 or 7172078. OLE color: 7172078.

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

Color convert

RGB 238 111 109 -
CMYK 0 0.53 0.54 0.07
HSL 0.93º 0.79% 0.68% -
HSV(B) 0.93º 0.54% 0.93% -
XYZ 43.7 30.65 18.08 -
YUV 148.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 238 111 109 0 0.53 0.54 0.07 0.93 0.79 0.68
Hex EE 6F 6D 0 35 36 7 1 4F 44
Octal 356 157 155 0 65 66 7 1 117 104
Binary 11101110 1101111 1101101 0 110101 110110 111 1 1001111 1000100

Color Harmonies of #EE6F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6F6D

Black with #EE6F6D

Text Example


Text Example

White with #EE6F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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