Html Css Color HEX #E66992 Pale Violet Red

📋 copy color: '#E66992'

red 230 ◦ green 105 ◦ blue 146

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

Shades of Pale Violet Red #E66992

Tints of Pale Violet Red #E66992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.83%

 BLUE value IS 146 (57.42% from 255) = 30.35%

R = 47.82%
G = 21.83%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E66992 (or 0xE66992) is known color: Pale Violet Red. HEX triplet: E6, 69 and 92. RGB value is (230,105,146). Sum of RGB (Red+Green+Blue) = 230+105+146=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E66992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66992 is #19966D. Grayscale: #939393. Windows color (decimal): -1676910 or 9595366. OLE color: 9595366.

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

Color convert

RGB 230 105 146 -
CMYK 0 0.54 0.37 0.10
HSL 340.32º 0.71% 0.66% -
HSV(B) 340.32º 0.54% 0.9% -
XYZ 42.87 29 30.53 -
YUV 147.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 230 105 146 0 0.54 0.37 0.10 340.32 0.71 0.66
Hex E6 69 92 0 36 25 A 154 47 42
Octal 346 151 222 0 66 45 12 524 107 102
Binary 11100110 1101001 10010010 0 110110 100101 1010 101010100 1000111 1000010

Color Harmonies of #E66992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66992

Black with #E66992

Text Example


Text Example

White with #E66992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66992; }

 p { color: rgb(230,105,146); }

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

background-color css

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

 a { background-color: rgb(230,105,146); }

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

border-color css

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

 span { border-color: rgb(230,105,146); }

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