Html Css Color HEX #E663A0 Pale Violet Red

📋 copy color: '#E663A0'

red 230 ◦ green 99 ◦ blue 160

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

Shades of Pale Violet Red #E663A0

Tints of Pale Violet Red #E663A0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.25%

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

R = 47.03%
G = 20.25%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E663A0 (or 0xE663A0) is known color: Pale Violet Red. HEX triplet: E6, 63 and A0. RGB value is (230,99,160). Sum of RGB (Red+Green+Blue) = 230+99+160=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E663A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E663A0 is #199C5F. Grayscale: #919191. Windows color (decimal): -1678432 or 10511334. OLE color: 10511334.

HSL color Cylindrical-coordinate representation of color #E663A0: hue angle of 332.06º 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 #E663A0 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 99 160 -
CMYK 0 0.57 0.30 0.10
HSL 332.06º 0.72% 0.65% -
HSV(B) 332.06º 0.57% 0.9% -
XYZ 43.44 28.28 36.43 -
YUV 145.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 230 99 160 0 0.57 0.30 0.10 332.06 0.72 0.65
Hex E6 63 A0 0 39 1E A 14C 48 41
Octal 346 143 240 0 71 36 12 514 110 101
Binary 11100110 1100011 10100000 0 111001 11110 1010 101001100 1001000 1000001

Color Harmonies of #E663A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E663A0

Black with #E663A0

Text Example


Text Example

White with #E663A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E663A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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