Html Css Color HEX #E662A0 Pale Violet Red

📋 copy color: '#E662A0'

red 230 ◦ green 98 ◦ blue 160

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

Shades of Pale Violet Red #E662A0

Tints of Pale Violet Red #E662A0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.08%

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

R = 47.13%
G = 20.08%
B = 32.79%

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

#E662A0 (or 0xE662A0) is known color: Pale Violet Red. HEX triplet: E6, 62 and A0. RGB value is (230,98,160). Sum of RGB (Red+Green+Blue) = 230+98+160=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E662A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E662A0 is #199D5F. Grayscale: #909090. Windows color (decimal): -1678688 or 10511078. OLE color: 10511078.

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

Color convert

RGB 230 98 160 -
CMYK 0 0.57 0.30 0.10
HSL 331.82º 0.73% 0.64% -
HSV(B) 331.82º 0.57% 0.9% -
XYZ 43.35 28.1 36.4 -
YUV 144.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 230 98 160 0 0.57 0.30 0.10 331.82 0.73 0.64
Hex E6 62 A0 0 39 1E A 14C 49 40
Octal 346 142 240 0 71 36 12 514 111 100
Binary 11100110 1100010 10100000 0 111001 11110 1010 101001100 1001001 1000000

Color Harmonies of #E662A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E662A0

Black with #E662A0

Text Example


Text Example

White with #E662A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E662A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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