Html Css Color HEX #E66F9E Pale Violet Red

📋 copy color: '#E66F9E'

red 230 ◦ green 111 ◦ blue 158

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

Shades of Pale Violet Red #E66F9E

Tints of Pale Violet Red #E66F9E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.24%

 BLUE value IS 158 (62.11% from 255) = 31.66%

R = 46.09%
G = 22.24%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E66F9E (or 0xE66F9E) is known color: Pale Violet Red. HEX triplet: E6, 6F and 9E. RGB value is (230,111,158). Sum of RGB (Red+Green+Blue) = 230+111+158=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F9E is #199061. Grayscale: #979797. Windows color (decimal): -1675362 or 10383334. OLE color: 10383334.

HSL color Cylindrical-coordinate representation of color #E66F9E: hue angle of 336.3º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66F9E is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 111 158 -
CMYK 0 0.52 0.31 0.10
HSL 336.3º 0.7% 0.67% -
HSV(B) 336.3º 0.52% 0.9% -
XYZ 44.49 30.66 35.92 -
YUV 151.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 230 111 158 0 0.52 0.31 0.10 336.3 0.7 0.67
Hex E6 6F 9E 0 34 1F A 150 46 43
Octal 346 157 236 0 64 37 12 520 106 103
Binary 11100110 1101111 10011110 0 110100 11111 1010 101010000 1000110 1000011

Color Harmonies of #E66F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66F9E

Black with #E66F9E

Text Example


Text Example

White with #E66F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66F9E; }

 p { color: rgb(230,111,158); }

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

background-color css

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

 a { background-color: rgb(230,111,158); }

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

border-color css

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

 span { border-color: rgb(230,111,158); }

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