Html Css Color HEX #E35071 Cranberry

📋 copy color: '#E35071'

red 227 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #E35071

Tints of Cranberry #E35071

RGB

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

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

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

R = 54.05%
G = 19.05%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E35071 (or 0xE35071) is known color: Cranberry. HEX triplet: E3, 50 and 71. RGB value is (227,80,113). Sum of RGB (Red+Green+Blue) = 227+80+113=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E35071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35071 is #1CAF8E. Grayscale: #7F7F7F. Windows color (decimal): -1879951 or 7426275. OLE color: 7426275.

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

Color convert

RGB 227 80 113 -
CMYK 0 0.65 0.50 0.11
HSL 346.53º 0.72% 0.6% -
HSV(B) 346.53º 0.65% 0.89% -
XYZ 37.53 23.26 18.13 -
YUV 127.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 227 80 113 0 0.65 0.50 0.11 346.53 0.72 0.6
Hex E3 50 71 0 41 32 B 15B 48 3C
Octal 343 120 161 0 101 62 13 533 110 74
Binary 11100011 1010000 1110001 0 1000001 110010 1011 101011011 1001000 111100

Color Harmonies of #E35071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35071

Black with #E35071

Text Example


Text Example

White with #E35071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35071; }

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

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

background-color css

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

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

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

border-color css

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

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

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