Html Css Color HEX #E66F94 Pale Violet Red

📋 copy color: '#E66F94'

red 230 ◦ green 111 ◦ blue 148

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

Shades of Pale Violet Red #E66F94

Tints of Pale Violet Red #E66F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.27%

R = 47.03%
G = 22.7%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E66F94 (or 0xE66F94) is known color: Pale Violet Red. HEX triplet: E6, 6F and 94. RGB value is (230,111,148). Sum of RGB (Red+Green+Blue) = 230+111+148=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66F94 is #19906B. Grayscale: #969696. Windows color (decimal): -1675372 or 9727974. OLE color: 9727974.

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

Color convert

RGB 230 111 148 -
CMYK 0 0.52 0.36 0.10
HSL 341.34º 0.7% 0.67% -
HSV(B) 341.34º 0.52% 0.9% -
XYZ 43.66 30.33 31.57 -
YUV 150.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 230 111 148 0 0.52 0.36 0.10 341.34 0.7 0.67
Hex E6 6F 94 0 34 24 A 155 46 43
Octal 346 157 224 0 64 44 12 525 106 103
Binary 11100110 1101111 10010100 0 110100 100100 1010 101010101 1000110 1000011

Color Harmonies of #E66F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66F94

Black with #E66F94

Text Example


Text Example

White with #E66F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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