Html Css Color HEX #EE6B6A Geraldine

📋 copy color: '#EE6B6A'

red 238 ◦ green 107 ◦ blue 106

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

Shades of Geraldine #EE6B6A

Tints of Geraldine #EE6B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

 BLUE value IS 106 (41.8% from 255) = 23.5%

R = 52.77%
G = 23.73%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE6B6A (or 0xEE6B6A) is known color: Geraldine. HEX triplet: EE, 6B and 6A. RGB value is (238,107,106). Sum of RGB (Red+Green+Blue) = 238+107+106=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B6A is #119495. Grayscale: #929292. Windows color (decimal): -1152150 or 6974446. OLE color: 6974446.

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

Color convert

RGB 238 107 106 -
CMYK 0 0.55 0.55 0.07
HSL 0.45º 0.8% 0.67% -
HSV(B) 0.45º 0.55% 0.93% -
XYZ 43.12 29.73 17.1 -
YUV 146.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 238 107 106 0 0.55 0.55 0.07 0.45 0.8 0.67
Hex EE 6B 6A 0 37 37 7 0 50 43
Octal 356 153 152 0 67 67 7 0 120 103
Binary 11101110 1101011 1101010 0 110111 110111 111 0 1010000 1000011

Color Harmonies of #EE6B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6B6A

Black with #EE6B6A

Text Example


Text Example

White with #EE6B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6B6A; }

 p { color: rgb(238,107,106); }

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

background-color css

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

 a { background-color: rgb(238,107,106); }

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

border-color css

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

 span { border-color: rgb(238,107,106); }

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