Html Css Color HEX #E66696 Pale Violet Red

📋 copy color: '#E66696'

red 230 ◦ green 102 ◦ blue 150

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

Shades of Pale Violet Red #E66696

Tints of Pale Violet Red #E66696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 47.72%
G = 21.16%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E66696 (or 0xE66696) is known color: Pale Violet Red. HEX triplet: E6, 66 and 96. RGB value is (230,102,150). Sum of RGB (Red+Green+Blue) = 230+102+150=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E66696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66696 is #199969. Grayscale: #919191. Windows color (decimal): -1677674 or 9856742. OLE color: 9856742.

HSL color Cylindrical-coordinate representation of color #E66696: hue angle of 337.5º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66696 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 102 150 -
CMYK 0 0.56 0.35 0.10
HSL 337.5º 0.72% 0.65% -
HSV(B) 337.5º 0.56% 0.9% -
XYZ 42.89 28.53 32.1 -
YUV 145.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 230 102 150 0 0.56 0.35 0.10 337.5 0.72 0.65
Hex E6 66 96 0 38 23 A 152 48 41
Octal 346 146 226 0 70 43 12 522 110 101
Binary 11100110 1100110 10010110 0 111000 100011 1010 101010010 1001000 1000001

Color Harmonies of #E66696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66696

Black with #E66696

Text Example


Text Example

White with #E66696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66696; }

 p { color: rgb(230,102,150); }

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

background-color css

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

 a { background-color: rgb(230,102,150); }

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

border-color css

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

 span { border-color: rgb(230,102,150); }

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