Html Css Color HEX #E66FA0 Pale Violet Red

📋 copy color: '#E66FA0'

red 230 ◦ green 111 ◦ blue 160

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

Shades of Pale Violet Red #E66FA0

Tints of Pale Violet Red #E66FA0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

 BLUE value IS 160 (62.89% from 255) = 31.94%

R = 45.91%
G = 22.16%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E66FA0 (or 0xE66FA0) is known color: Pale Violet Red. HEX triplet: E6, 6F and A0. RGB value is (230,111,160). Sum of RGB (Red+Green+Blue) = 230+111+160=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66FA0 is #19905F. Grayscale: #989898. Windows color (decimal): -1675360 or 10514406. OLE color: 10514406.

HSL color Cylindrical-coordinate representation of color #E66FA0: hue angle of 335.29º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66FA0 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 111 160 -
CMYK 0 0.52 0.30 0.10
HSL 335.29º 0.7% 0.67% -
HSV(B) 335.29º 0.52% 0.9% -
XYZ 44.66 30.73 36.84 -
YUV 152.17 132.42 183.52 -
System Red Green Blue C M Y K H S L
Decimal 230 111 160 0 0.52 0.30 0.10 335.29 0.7 0.67
Hex E6 6F A0 0 34 1E A 14F 46 43
Octal 346 157 240 0 64 36 12 517 106 103
Binary 11100110 1101111 10100000 0 110100 11110 1010 101001111 1000110 1000011

Color Harmonies of #E66FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FA0

Black with #E66FA0

Text Example


Text Example

White with #E66FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FA0; }

 p { color: rgb(230,111,160); }

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

background-color css

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

 a { background-color: rgb(230,111,160); }

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

border-color css

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

 span { border-color: rgb(230,111,160); }

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