Html Css Color HEX #E66495 Pale Violet Red

📋 copy color: '#E66495'

red 230 ◦ green 100 ◦ blue 149

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

Shades of Pale Violet Red #E66495

Tints of Pale Violet Red #E66495

RGB

 RED value IS 230 (90.23% from 255) = 48.02%

 GREEN value IS 100 (39.45% from 255) = 20.88%

 BLUE value IS 149 (58.59% from 255) = 31.11%

R = 48.02%
G = 20.88%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E66495 (or 0xE66495) is known color: Pale Violet Red. HEX triplet: E6, 64 and 95. RGB value is (230,100,149). Sum of RGB (Red+Green+Blue) = 230+100+149=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E66495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66495 is #199B6A. Grayscale: #909090. Windows color (decimal): -1678187 or 9790694. OLE color: 9790694.

HSL color Cylindrical-coordinate representation of color #E66495: hue angle of 337.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66495 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 100 149 -
CMYK 0 0.57 0.35 0.10
HSL 337.38º 0.72% 0.65% -
HSV(B) 337.38º 0.57% 0.9% -
XYZ 42.62 28.11 31.61 -
YUV 144.46 130.57 189.02 -
System Red Green Blue C M Y K H S L
Decimal 230 100 149 0 0.57 0.35 0.10 337.38 0.72 0.65
Hex E6 64 95 0 39 23 A 151 48 41
Octal 346 144 225 0 71 43 12 521 110 101
Binary 11100110 1100100 10010101 0 111001 100011 1010 101010001 1001000 1000001

Color Harmonies of #E66495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66495

Black with #E66495

Text Example


Text Example

White with #E66495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66495; }

 p { color: rgb(230,100,149); }

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

background-color css

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

 a { background-color: rgb(230,100,149); }

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

border-color css

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

 span { border-color: rgb(230,100,149); }

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