Html Css Color HEX #E34071 Cranberry

📋 copy color: '#E34071'

red 227 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #E34071

Tints of Cranberry #E34071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.84%

 BLUE value IS 113 (44.53% from 255) = 27.97%

R = 56.19%
G = 15.84%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E34071 (or 0xE34071) is known color: Cranberry. HEX triplet: E3, 40 and 71. RGB value is (227,64,113). Sum of RGB (Red+Green+Blue) = 227+64+113=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E34071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34071 is #1CBF8E. Grayscale: #767676. Windows color (decimal): -1884047 or 7422179. OLE color: 7422179.

HSL color Cylindrical-coordinate representation of color #E34071: hue angle of 341.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E34071 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 64 113 -
CMYK 0 0.72 0.50 0.11
HSL 341.96º 0.74% 0.57% -
HSV(B) 341.96º 0.72% 0.89% -
XYZ 36.49 21.19 17.79 -
YUV 118.32 125 205.52 -
System Red Green Blue C M Y K H S L
Decimal 227 64 113 0 0.72 0.50 0.11 341.96 0.74 0.57
Hex E3 40 71 0 48 32 B 156 4A 39
Octal 343 100 161 0 110 62 13 526 112 71
Binary 11100011 1000000 1110001 0 1001000 110010 1011 101010110 1001010 111001

Color Harmonies of #E34071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34071

Black with #E34071

Text Example


Text Example

White with #E34071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34071; }

 p { color: rgb(227,64,113); }

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

background-color css

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

 a { background-color: rgb(227,64,113); }

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

border-color css

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

 span { border-color: rgb(227,64,113); }

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