Html Css Color HEX #EA4170 Cranberry

📋 copy color: '#EA4170'

red 234 ◦ green 65 ◦ blue 112

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

Shades of Cranberry #EA4170

Tints of Cranberry #EA4170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.82%

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 56.93%
G = 15.82%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA4170 (or 0xEA4170) is known color: Cranberry. HEX triplet: EA, 41 and 70. RGB value is (234,65,112). Sum of RGB (Red+Green+Blue) = 234+65+112=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4170 is #15BE8F. Grayscale: #787878. Windows color (decimal): -1425040 or 7356906. OLE color: 7356906.

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

Color convert

RGB 234 65 112 -
CMYK 0 0.72 0.52 0.08
HSL 343.31º 0.8% 0.59% -
HSV(B) 343.31º 0.72% 0.92% -
XYZ 38.75 22.44 17.62 -
YUV 120.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 234 65 112 0 0.72 0.52 0.08 343.31 0.8 0.59
Hex EA 41 70 0 48 34 8 157 50 3B
Octal 352 101 160 0 110 64 10 527 120 73
Binary 11101010 1000001 1110000 0 1001000 110100 1000 101010111 1010000 111011

Color Harmonies of #EA4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4170

Black with #EA4170

Text Example


Text Example

White with #EA4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4170; }

 p { color: rgb(234,65,112); }

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

background-color css

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

 a { background-color: rgb(234,65,112); }

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

border-color css

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

 span { border-color: rgb(234,65,112); }

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