Html Css Color HEX #E34870 Cranberry

📋 copy color: '#E34870'

red 227 ◦ green 72 ◦ blue 112

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

Shades of Cranberry #E34870

Tints of Cranberry #E34870

RGB

 RED value IS 227 (89.06% from 255) = 55.23%

 GREEN value IS 72 (28.52% from 255) = 17.52%

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

R = 55.23%
G = 17.52%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E34870 (or 0xE34870) is known color: Cranberry. HEX triplet: E3, 48 and 70. RGB value is (227,72,112). Sum of RGB (Red+Green+Blue) = 227+72+112=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E34870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34870 is #1CB78F. Grayscale: #7A7A7A. Windows color (decimal): -1882000 or 7358691. OLE color: 7358691.

HSL color Cylindrical-coordinate representation of color #E34870: hue angle of 344.52º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E34870 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 72 112 -
CMYK 0 0.68 0.51 0.11
HSL 344.52º 0.73% 0.59% -
HSV(B) 344.52º 0.68% 0.89% -
XYZ 36.92 22.14 17.66 -
YUV 122.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 227 72 112 0 0.68 0.51 0.11 344.52 0.73 0.59
Hex E3 48 70 0 44 33 B 159 49 3B
Octal 343 110 160 0 104 63 13 531 111 73
Binary 11100011 1001000 1110000 0 1000100 110011 1011 101011001 1001001 111011

Color Harmonies of #E34870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34870

Black with #E34870

Text Example


Text Example

White with #E34870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34870; }

 p { color: rgb(227,72,112); }

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

background-color css

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

 a { background-color: rgb(227,72,112); }

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

border-color css

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

 span { border-color: rgb(227,72,112); }

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