Html Css Color HEX #EA6E6B Geraldine

📋 copy color: '#EA6E6B'

red 234 ◦ green 110 ◦ blue 107

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

Shades of Geraldine #EA6E6B

Tints of Geraldine #EA6E6B

RGB

 RED value IS 234 (91.8% from 255) = 51.88%

 GREEN value IS 110 (43.36% from 255) = 24.39%

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

R = 51.88%
G = 24.39%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA6E6B (or 0xEA6E6B) is known color: Geraldine. HEX triplet: EA, 6E and 6B. RGB value is (234,110,107). Sum of RGB (Red+Green+Blue) = 234+110+107=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E6B is #159194. Grayscale: #929292. Windows color (decimal): -1413525 or 7040746. OLE color: 7040746.

HSL color Cylindrical-coordinate representation of color #EA6E6B: hue angle of 1.42º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6E6B is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 110 107 -
CMYK 0 0.53 0.54 0.08
HSL 1.42º 0.75% 0.67% -
HSV(B) 1.42º 0.54% 0.92% -
XYZ 42.16 29.71 17.42 -
YUV 146.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 234 110 107 0 0.53 0.54 0.08 1.42 0.75 0.67
Hex EA 6E 6B 0 35 36 8 1 4B 43
Octal 352 156 153 0 65 66 10 1 113 103
Binary 11101010 1101110 1101011 0 110101 110110 1000 1 1001011 1000011

Color Harmonies of #EA6E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E6B

Black with #EA6E6B

Text Example


Text Example

White with #EA6E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E6B; }

 p { color: rgb(234,110,107); }

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

background-color css

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

 a { background-color: rgb(234,110,107); }

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

border-color css

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

 span { border-color: rgb(234,110,107); }

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