Html Css Color HEX #E66091 Pale Violet Red

📋 copy color: '#E66091'

red 230 ◦ green 96 ◦ blue 145

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

Shades of Pale Violet Red #E66091

Tints of Pale Violet Red #E66091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.38%

 BLUE value IS 145 (57.03% from 255) = 30.79%

R = 48.83%
G = 20.38%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E66091 (or 0xE66091) is known color: Pale Violet Red. HEX triplet: E6, 60 and 91. RGB value is (230,96,145). Sum of RGB (Red+Green+Blue) = 230+96+145=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E66091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66091 is #199F6E. Grayscale: #8D8D8D. Windows color (decimal): -1679215 or 9527526. OLE color: 9527526.

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

Color convert

RGB 230 96 145 -
CMYK 0 0.58 0.37 0.10
HSL 338.06º 0.73% 0.64% -
HSV(B) 338.06º 0.58% 0.9% -
XYZ 41.93 27.23 29.83 -
YUV 141.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 230 96 145 0 0.58 0.37 0.10 338.06 0.73 0.64
Hex E6 60 91 0 3A 25 A 152 49 40
Octal 346 140 221 0 72 45 12 522 111 100
Binary 11100110 1100000 10010001 0 111010 100101 1010 101010010 1001001 1000000

Color Harmonies of #E66091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66091

Black with #E66091

Text Example


Text Example

White with #E66091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66091; }

 p { color: rgb(230,96,145); }

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

background-color css

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

 a { background-color: rgb(230,96,145); }

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

border-color css

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

 span { border-color: rgb(230,96,145); }

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