Html Css Color HEX #E34970 Cranberry

📋 copy color: '#E34970'

red 227 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #E34970

Tints of Cranberry #E34970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.72%

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

R = 55.1%
G = 17.72%
B = 27.18%

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

#E34970 (or 0xE34970) is known color: Cranberry. HEX triplet: E3, 49 and 70. RGB value is (227,73,112). Sum of RGB (Red+Green+Blue) = 227+73+112=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E34970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34970 is #1CB68F. Grayscale: #7B7B7B. Windows color (decimal): -1881744 or 7358947. OLE color: 7358947.

HSL color Cylindrical-coordinate representation of color #E34970: hue angle of 344.81º 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 #E34970 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 73 112 -
CMYK 0 0.68 0.51 0.11
HSL 344.81º 0.73% 0.59% -
HSV(B) 344.81º 0.68% 0.89% -
XYZ 36.99 22.27 17.68 -
YUV 123.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 227 73 112 0 0.68 0.51 0.11 344.81 0.73 0.59
Hex E3 49 70 0 44 33 B 159 49 3B
Octal 343 111 160 0 104 63 13 531 111 73
Binary 11100011 1001001 1110000 0 1000100 110011 1011 101011001 1001001 111011

Color Harmonies of #E34970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34970

Black with #E34970

Text Example


Text Example

White with #E34970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34970; }

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

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

background-color css

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

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

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

border-color css

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

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

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