Html Css Color HEX #E35A71 Cranberry

📋 copy color: '#E35A71'

red 227 ◦ green 90 ◦ blue 113

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

Shades of Cranberry #E35A71

Tints of Cranberry #E35A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.93%

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

R = 52.79%
G = 20.93%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E35A71 (or 0xE35A71) is known color: Cranberry. HEX triplet: E3, 5A and 71. RGB value is (227,90,113). Sum of RGB (Red+Green+Blue) = 227+90+113=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35A71 is #1CA58E. Grayscale: #858585. Windows color (decimal): -1877391 or 7428835. OLE color: 7428835.

HSL color Cylindrical-coordinate representation of color #E35A71: hue angle of 349.93º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35A71 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 113 -
CMYK 0 0.60 0.50 0.11
HSL 349.93º 0.71% 0.62% -
HSV(B) 349.93º 0.6% 0.89% -
XYZ 38.32 24.84 18.4 -
YUV 133.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 227 90 113 0 0.60 0.50 0.11 349.93 0.71 0.62
Hex E3 5A 71 0 3C 32 B 15E 47 3E
Octal 343 132 161 0 74 62 13 536 107 76
Binary 11100011 1011010 1110001 0 111100 110010 1011 101011110 1000111 111110

Color Harmonies of #E35A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A71

Black with #E35A71

Text Example


Text Example

White with #E35A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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