Html Css Color HEX #EA5266 Cranberry

📋 copy color: '#EA5266'

red 234 ◦ green 82 ◦ blue 102

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

Shades of Cranberry #EA5266

Tints of Cranberry #EA5266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.62%

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

R = 55.98%
G = 19.62%
B = 24.4%

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

#EA5266 (or 0xEA5266) is known color: Cranberry. HEX triplet: EA, 52 and 66. RGB value is (234,82,102). Sum of RGB (Red+Green+Blue) = 234+82+102=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5266 is #15AD99. Grayscale: #818181. Windows color (decimal): -1420698 or 6705898. OLE color: 6705898.

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

Color convert

RGB 234 82 102 -
CMYK 0 0.65 0.56 0.08
HSL 352.11º 0.78% 0.62% -
HSV(B) 352.11º 0.65% 0.92% -
XYZ 39.35 24.49 15.22 -
YUV 129.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 234 82 102 0 0.65 0.56 0.08 352.11 0.78 0.62
Hex EA 52 66 0 41 38 8 160 4E 3E
Octal 352 122 146 0 101 70 10 540 116 76
Binary 11101010 1010010 1100110 0 1000001 111000 1000 101100000 1001110 111110

Color Harmonies of #EA5266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5266

Black with #EA5266

Text Example


Text Example

White with #EA5266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5266; }

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

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

background-color css

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

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

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

border-color css

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

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

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