Html Css Color HEX #E34271 Cranberry

📋 copy color: '#E34271'

red 227 ◦ green 66 ◦ blue 113

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

Shades of Cranberry #E34271

Tints of Cranberry #E34271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

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

R = 55.91%
G = 16.26%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E34271 (or 0xE34271) is known color: Cranberry. HEX triplet: E3, 42 and 71. RGB value is (227,66,113). Sum of RGB (Red+Green+Blue) = 227+66+113=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E34271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34271 is #1CBD8E. Grayscale: #777777. Windows color (decimal): -1883535 or 7422691. OLE color: 7422691.

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

Color convert

RGB 227 66 113 -
CMYK 0 0.71 0.50 0.11
HSL 342.48º 0.74% 0.57% -
HSV(B) 342.48º 0.71% 0.89% -
XYZ 36.61 21.42 17.83 -
YUV 119.5 124.34 204.68 -
System Red Green Blue C M Y K H S L
Decimal 227 66 113 0 0.71 0.50 0.11 342.48 0.74 0.57
Hex E3 42 71 0 47 32 B 156 4A 39
Octal 343 102 161 0 107 62 13 526 112 71
Binary 11100011 1000010 1110001 0 1000111 110010 1011 101010110 1001010 111001

Color Harmonies of #E34271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34271

Black with #E34271

Text Example


Text Example

White with #E34271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34271; }

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

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

background-color css

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

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

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

border-color css

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

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

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