Html Css Color HEX #E663A1 Pale Violet Red

📋 copy color: '#E663A1'

red 230 ◦ green 99 ◦ blue 161

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

Shades of Pale Violet Red #E663A1

Tints of Pale Violet Red #E663A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.86%

R = 46.94%
G = 20.2%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E663A1 (or 0xE663A1) is known color: Pale Violet Red. HEX triplet: E6, 63 and A1. RGB value is (230,99,161). Sum of RGB (Red+Green+Blue) = 230+99+161=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E663A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E663A1 is #199C5E. Grayscale: #919191. Windows color (decimal): -1678431 or 10576870. OLE color: 10576870.

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

Color convert

RGB 230 99 161 -
CMYK 0 0.57 0.3 0.10
HSL 331.6º 0.72% 0.65% -
HSV(B) 331.6º 0.57% 0.9% -
XYZ 43.53 28.32 36.89 -
YUV 145.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 230 99 161 0 0.57 0.3 0.10 331.6 0.72 0.65
Hex E6 63 A1 0 39 1E A 14C 48 41
Octal 346 143 241 0 71 36 12 514 110 101
Binary 11100110 1100011 10100001 0 111001 11110 1010 101001100 1001000 1000001

Color Harmonies of #E663A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E663A1

Black with #E663A1

Text Example


Text Example

White with #E663A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E663A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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