Html Css Color HEX #E34075 Cranberry

📋 copy color: '#E34075'

red 227 ◦ green 64 ◦ blue 117

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

Shades of Cranberry #E34075

Tints of Cranberry #E34075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 55.64%
G = 15.69%
B = 28.68%

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

#E34075 (or 0xE34075) is known color: Cranberry. HEX triplet: E3, 40 and 75. RGB value is (227,64,117). Sum of RGB (Red+Green+Blue) = 227+64+117=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E34075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34075 is #1CBF8A. Grayscale: #767676. Windows color (decimal): -1884043 or 7684323. OLE color: 7684323.

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

Color convert

RGB 227 64 117 -
CMYK 0 0.72 0.48 0.11
HSL 340.49º 0.74% 0.57% -
HSV(B) 340.49º 0.72% 0.89% -
XYZ 36.72 21.28 19 -
YUV 118.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 227 64 117 0 0.72 0.48 0.11 340.49 0.74 0.57
Hex E3 40 75 0 48 30 B 154 4A 39
Octal 343 100 165 0 110 60 13 524 112 71
Binary 11100011 1000000 1110101 0 1001000 110000 1011 101010100 1001010 111001

Color Harmonies of #E34075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34075

Black with #E34075

Text Example


Text Example

White with #E34075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34075; }

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

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

background-color css

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

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

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

border-color css

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

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

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