Html Css Color HEX #E34074 Cranberry

📋 copy color: '#E34074'

red 227 ◦ green 64 ◦ blue 116

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

Shades of Cranberry #E34074

Tints of Cranberry #E34074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.5%

R = 55.77%
G = 15.72%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E34074 (or 0xE34074) is known color: Cranberry. HEX triplet: E3, 40 and 74. RGB value is (227,64,116). Sum of RGB (Red+Green+Blue) = 227+64+116=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E34074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34074 is #1CBF8B. Grayscale: #767676. Windows color (decimal): -1884044 or 7618787. OLE color: 7618787.

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

Color convert

RGB 227 64 116 -
CMYK 0 0.72 0.49 0.11
HSL 340.86º 0.74% 0.57% -
HSV(B) 340.86º 0.72% 0.89% -
XYZ 36.66 21.26 18.69 -
YUV 118.67 126.5 205.27 -
System Red Green Blue C M Y K H S L
Decimal 227 64 116 0 0.72 0.49 0.11 340.86 0.74 0.57
Hex E3 40 74 0 48 31 B 155 4A 39
Octal 343 100 164 0 110 61 13 525 112 71
Binary 11100011 1000000 1110100 0 1001000 110001 1011 101010101 1001010 111001

Color Harmonies of #E34074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34074

Black with #E34074

Text Example


Text Example

White with #E34074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34074; }

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

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

background-color css

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

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

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

border-color css

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

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

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