Html Css Color HEX #EA3E77 Cranberry

📋 copy color: '#EA3E77'

red 234 ◦ green 62 ◦ blue 119

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

Shades of Cranberry #EA3E77

Tints of Cranberry #EA3E77

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.94%

 BLUE value IS 119 (46.88% from 255) = 28.67%

R = 56.39%
G = 14.94%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA3E77 (or 0xEA3E77) is known color: Cranberry. HEX triplet: EA, 3E and 77. RGB value is (234,62,119). Sum of RGB (Red+Green+Blue) = 234+62+119=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3E77 is #15C188. Grayscale: #777777. Windows color (decimal): -1425801 or 7814890. OLE color: 7814890.

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

Color convert

RGB 234 62 119 -
CMYK 0 0.74 0.49 0.08
HSL 340.12º 0.8% 0.58% -
HSV(B) 340.12º 0.74% 0.92% -
XYZ 38.98 22.27 19.7 -
YUV 119.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 234 62 119 0 0.74 0.49 0.08 340.12 0.8 0.58
Hex EA 3E 77 0 4A 31 8 154 50 3A
Octal 352 76 167 0 112 61 10 524 120 72
Binary 11101010 111110 1110111 0 1001010 110001 1000 101010100 1010000 111010

Color Harmonies of #EA3E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3E77

Black with #EA3E77

Text Example


Text Example

White with #EA3E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3E77; }

 p { color: rgb(234,62,119); }

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

background-color css

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

 a { background-color: rgb(234,62,119); }

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

border-color css

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

 span { border-color: rgb(234,62,119); }

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