Html Css Color HEX #E34370 Cranberry

📋 copy color: '#E34370'

red 227 ◦ green 67 ◦ blue 112

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

Shades of Cranberry #E34370

Tints of Cranberry #E34370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.5%

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

R = 55.91%
G = 16.5%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E34370 (or 0xE34370) is known color: Cranberry. HEX triplet: E3, 43 and 70. RGB value is (227,67,112). Sum of RGB (Red+Green+Blue) = 227+67+112=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E34370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34370 is #1CBC8F. Grayscale: #777777. Windows color (decimal): -1883280 or 7357411. OLE color: 7357411.

HSL color Cylindrical-coordinate representation of color #E34370: hue angle of 343.12º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34370 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 67 112 -
CMYK 0 0.70 0.51 0.11
HSL 343.13º 0.74% 0.58% -
HSV(B) 343.13º 0.7% 0.89% -
XYZ 36.61 21.52 17.55 -
YUV 119.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 227 67 112 0 0.70 0.51 0.11 343.13 0.74 0.58
Hex E3 43 70 0 46 33 B 157 4A 3A
Octal 343 103 160 0 106 63 13 527 112 72
Binary 11100011 1000011 1110000 0 1000110 110011 1011 101010111 1001010 111010

Color Harmonies of #E34370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34370

Black with #E34370

Text Example


Text Example

White with #E34370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34370; }

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

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

background-color css

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

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

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

border-color css

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

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

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