Html Css Color HEX #EA5166 Cranberry

📋 copy color: '#EA5166'

red 234 ◦ green 81 ◦ blue 102

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

Shades of Cranberry #EA5166

Tints of Cranberry #EA5166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.42%

 BLUE value IS 102 (40.23% from 255) = 24.46%

R = 56.12%
G = 19.42%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA5166 (or 0xEA5166) is known color: Cranberry. HEX triplet: EA, 51 and 66. RGB value is (234,81,102). Sum of RGB (Red+Green+Blue) = 234+81+102=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5166 is #15AE99. Grayscale: #818181. Windows color (decimal): -1420954 or 6705642. OLE color: 6705642.

HSL color Cylindrical-coordinate representation of color #EA5166: hue angle of 351.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA5166 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 81 102 -
CMYK 0 0.65 0.56 0.08
HSL 351.76º 0.78% 0.62% -
HSV(B) 351.76º 0.65% 0.92% -
XYZ 39.27 24.34 15.2 -
YUV 129.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 234 81 102 0 0.65 0.56 0.08 351.76 0.78 0.62
Hex EA 51 66 0 41 38 8 160 4E 3E
Octal 352 121 146 0 101 70 10 540 116 76
Binary 11101010 1010001 1100110 0 1000001 111000 1000 101100000 1001110 111110

Color Harmonies of #EA5166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5166

Black with #EA5166

Text Example


Text Example

White with #EA5166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5166; }

 p { color: rgb(234,81,102); }

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

background-color css

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

 a { background-color: rgb(234,81,102); }

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

border-color css

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

 span { border-color: rgb(234,81,102); }

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