Html Css Color HEX #E660A1 Pale Violet Red

📋 copy color: '#E660A1'

red 230 ◦ green 96 ◦ blue 161

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

Shades of Pale Violet Red #E660A1

Tints of Pale Violet Red #E660A1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.71%

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

R = 47.23%
G = 19.71%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E660A1 (or 0xE660A1) is known color: Pale Violet Red. HEX triplet: E6, 60 and A1. RGB value is (230,96,161). Sum of RGB (Red+Green+Blue) = 230+96+161=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E660A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E660A1 is #199F5E. Grayscale: #8F8F8F. Windows color (decimal): -1679199 or 10576102. OLE color: 10576102.

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

Color convert

RGB 230 96 161 -
CMYK 0 0.58 0.3 0.10
HSL 330.9º 0.73% 0.64% -
HSV(B) 330.9º 0.58% 0.9% -
XYZ 43.25 27.76 36.8 -
YUV 143.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 230 96 161 0 0.58 0.3 0.10 330.9 0.73 0.64
Hex E6 60 A1 0 3A 1E A 14B 49 40
Octal 346 140 241 0 72 36 12 513 111 100
Binary 11100110 1100000 10100001 0 111010 11110 1010 101001011 1001001 1000000

Color Harmonies of #E660A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E660A1

Black with #E660A1

Text Example


Text Example

White with #E660A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E660A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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