Html Css Color HEX #EA4276 Cranberry

📋 copy color: '#EA4276'

red 234 ◦ green 66 ◦ blue 118

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

Shades of Cranberry #EA4276

Tints of Cranberry #EA4276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 55.98%
G = 15.79%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA4276 (or 0xEA4276) is known color: Cranberry. HEX triplet: EA, 42 and 76. RGB value is (234,66,118). Sum of RGB (Red+Green+Blue) = 234+66+118=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4276 is #15BD89. Grayscale: #7A7A7A. Windows color (decimal): -1424778 or 7750378. OLE color: 7750378.

HSL color Cylindrical-coordinate representation of color #EA4276: hue angle of 341.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4276 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 66 118 -
CMYK 0 0.72 0.50 0.08
HSL 341.43º 0.8% 0.59% -
HSV(B) 341.43º 0.72% 0.92% -
XYZ 39.15 22.7 19.46 -
YUV 122.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 234 66 118 0 0.72 0.50 0.08 341.43 0.8 0.59
Hex EA 42 76 0 48 32 8 155 50 3B
Octal 352 102 166 0 110 62 10 525 120 73
Binary 11101010 1000010 1110110 0 1001000 110010 1000 101010101 1010000 111011

Color Harmonies of #EA4276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4276

Black with #EA4276

Text Example


Text Example

White with #EA4276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4276; }

 p { color: rgb(234,66,118); }

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

background-color css

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

 a { background-color: rgb(234,66,118); }

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

border-color css

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

 span { border-color: rgb(234,66,118); }

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