Html Css Color HEX #E66C9D Pale Violet Red

📋 copy color: '#E66C9D'

red 230 ◦ green 108 ◦ blue 157

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

Shades of Pale Violet Red #E66C9D

Tints of Pale Violet Red #E66C9D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.82%

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 46.46%
G = 21.82%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E66C9D (or 0xE66C9D) is known color: Pale Violet Red. HEX triplet: E6, 6C and 9D. RGB value is (230,108,157). Sum of RGB (Red+Green+Blue) = 230+108+157=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66C9D is #199362. Grayscale: #959595. Windows color (decimal): -1676131 or 10317030. OLE color: 10317030.

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

Color convert

RGB 230 108 157 -
CMYK 0 0.53 0.32 0.10
HSL 335.9º 0.71% 0.66% -
HSV(B) 335.9º 0.53% 0.9% -
XYZ 44.08 29.98 35.36 -
YUV 150.06 131.92 185.02 -
System Red Green Blue C M Y K H S L
Decimal 230 108 157 0 0.53 0.32 0.10 335.9 0.71 0.66
Hex E6 6C 9D 0 35 20 A 150 47 42
Octal 346 154 235 0 65 40 12 520 107 102
Binary 11100110 1101100 10011101 0 110101 100000 1010 101010000 1000111 1000010

Color Harmonies of #E66C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66C9D

Black with #E66C9D

Text Example


Text Example

White with #E66C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66C9D; }

 p { color: rgb(230,108,157); }

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

background-color css

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

 a { background-color: rgb(230,108,157); }

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

border-color css

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

 span { border-color: rgb(230,108,157); }

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