Html Css Color HEX #E35077 Cranberry

📋 copy color: '#E35077'

red 227 ◦ green 80 ◦ blue 119

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

Shades of Cranberry #E35077

Tints of Cranberry #E35077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

 BLUE value IS 119 (46.88% from 255) = 27.93%

R = 53.29%
G = 18.78%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E35077 (or 0xE35077) is known color: Cranberry. HEX triplet: E3, 50 and 77. RGB value is (227,80,119). Sum of RGB (Red+Green+Blue) = 227+80+119=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E35077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35077 is #1CAF88. Grayscale: #808080. Windows color (decimal): -1879945 or 7819491. OLE color: 7819491.

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

Color convert

RGB 227 80 119 -
CMYK 0 0.65 0.48 0.11
HSL 344.08º 0.72% 0.6% -
HSV(B) 344.08º 0.65% 0.89% -
XYZ 37.88 23.4 19.97 -
YUV 128.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 227 80 119 0 0.65 0.48 0.11 344.08 0.72 0.6
Hex E3 50 77 0 41 30 B 158 48 3C
Octal 343 120 167 0 101 60 13 530 110 74
Binary 11100011 1010000 1110111 0 1000001 110000 1011 101011000 1001000 111100

Color Harmonies of #E35077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35077

Black with #E35077

Text Example


Text Example

White with #E35077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35077; }

 p { color: rgb(227,80,119); }

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

background-color css

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

 a { background-color: rgb(227,80,119); }

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

border-color css

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

 span { border-color: rgb(227,80,119); }

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