Html Css Color HEX #E66D95 Pale Violet Red

📋 copy color: '#E66D95'

red 230 ◦ green 109 ◦ blue 149

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

Shades of Pale Violet Red #E66D95

Tints of Pale Violet Red #E66D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.34%

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 47.13%
G = 22.34%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E66D95 (or 0xE66D95) is known color: Pale Violet Red. HEX triplet: E6, 6D and 95. RGB value is (230,109,149). Sum of RGB (Red+Green+Blue) = 230+109+149=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D95 is #19926A. Grayscale: #959595. Windows color (decimal): -1675883 or 9792998. OLE color: 9792998.

HSL color Cylindrical-coordinate representation of color #E66D95: hue angle of 340.17º 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 #E66D95 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 109 149 -
CMYK 0 0.53 0.35 0.10
HSL 340.17º 0.71% 0.66% -
HSV(B) 340.17º 0.53% 0.9% -
XYZ 43.53 29.93 31.92 -
YUV 149.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 230 109 149 0 0.53 0.35 0.10 340.17 0.71 0.66
Hex E6 6D 95 0 35 23 A 154 47 42
Octal 346 155 225 0 65 43 12 524 107 102
Binary 11100110 1101101 10010101 0 110101 100011 1010 101010100 1000111 1000010

Color Harmonies of #E66D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66D95

Black with #E66D95

Text Example


Text Example

White with #E66D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66D95; }

 p { color: rgb(230,109,149); }

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

background-color css

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

 a { background-color: rgb(230,109,149); }

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

border-color css

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

 span { border-color: rgb(230,109,149); }

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