Html Css Color HEX #E35D96 Pale Violet Red

📋 copy color: '#E35D96'

red 227 ◦ green 93 ◦ blue 150

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

Shades of Pale Violet Red #E35D96

Tints of Pale Violet Red #E35D96

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.79%

 BLUE value IS 150 (58.98% from 255) = 31.91%

R = 48.3%
G = 19.79%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E35D96 (or 0xE35D96) is known color: Pale Violet Red. HEX triplet: E3, 5D and 96. RGB value is (227,93,150). Sum of RGB (Red+Green+Blue) = 227+93+150=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35D96 is #1CA269. Grayscale: #8B8B8B. Windows color (decimal): -1876586 or 9854435. OLE color: 9854435.

HSL color Cylindrical-coordinate representation of color #E35D96: hue angle of 334.48º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35D96 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 93 150 -
CMYK 0 0.59 0.34 0.11
HSL 334.48º 0.71% 0.63% -
HSV(B) 334.48º 0.59% 0.89% -
XYZ 41.1 26.36 31.78 -
YUV 139.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 227 93 150 0 0.59 0.34 0.11 334.48 0.71 0.63
Hex E3 5D 96 0 3B 22 B 14E 47 3F
Octal 343 135 226 0 73 42 13 516 107 77
Binary 11100011 1011101 10010110 0 111011 100010 1011 101001110 1000111 111111

Color Harmonies of #E35D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35D96

Black with #E35D96

Text Example


Text Example

White with #E35D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35D96; }

 p { color: rgb(227,93,150); }

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

background-color css

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

 a { background-color: rgb(227,93,150); }

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

border-color css

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

 span { border-color: rgb(227,93,150); }

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