Html Css Color HEX #E66BA1 Pale Violet Red

📋 copy color: '#E66BA1'

red 230 ◦ green 107 ◦ blue 161

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

Shades of Pale Violet Red #E66BA1

Tints of Pale Violet Red #E66BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

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

R = 46.18%
G = 21.49%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E66BA1 (or 0xE66BA1) is known color: Pale Violet Red. HEX triplet: E6, 6B and A1. RGB value is (230,107,161). Sum of RGB (Red+Green+Blue) = 230+107+161=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66BA1 is #19945E. Grayscale: #959595. Windows color (decimal): -1676383 or 10578918. OLE color: 10578918.

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

Color convert

RGB 230 107 161 -
CMYK 0 0.53 0.3 0.10
HSL 333.66º 0.71% 0.66% -
HSV(B) 333.66º 0.53% 0.9% -
XYZ 44.32 29.91 37.16 -
YUV 149.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 230 107 161 0 0.53 0.3 0.10 333.66 0.71 0.66
Hex E6 6B A1 0 35 1E A 14E 47 42
Octal 346 153 241 0 65 36 12 516 107 102
Binary 11100110 1101011 10100001 0 110101 11110 1010 101001110 1000111 1000010

Color Harmonies of #E66BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66BA1

Black with #E66BA1

Text Example


Text Example

White with #E66BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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