Html Css Color HEX #E34076 Cranberry

📋 copy color: '#E34076'

red 227 ◦ green 64 ◦ blue 118

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

Shades of Cranberry #E34076

Tints of Cranberry #E34076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 55.5%
G = 15.65%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E34076 (or 0xE34076) is known color: Cranberry. HEX triplet: E3, 40 and 76. RGB value is (227,64,118). Sum of RGB (Red+Green+Blue) = 227+64+118=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E34076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34076 is #1CBF89. Grayscale: #767676. Windows color (decimal): -1884042 or 7749859. OLE color: 7749859.

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

Color convert

RGB 227 64 118 -
CMYK 0 0.72 0.48 0.11
HSL 340.12º 0.74% 0.57% -
HSV(B) 340.12º 0.72% 0.89% -
XYZ 36.78 21.31 19.31 -
YUV 118.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 227 64 118 0 0.72 0.48 0.11 340.12 0.74 0.57
Hex E3 40 76 0 48 30 B 154 4A 39
Octal 343 100 166 0 110 60 13 524 112 71
Binary 11100011 1000000 1110110 0 1001000 110000 1011 101010100 1001010 111001

Color Harmonies of #E34076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34076

Black with #E34076

Text Example


Text Example

White with #E34076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34076; }

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

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

background-color css

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

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

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

border-color css

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

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

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