Html Css Color HEX #E66595 Pale Violet Red

📋 copy color: '#E66595'

red 230 ◦ green 101 ◦ blue 149

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

Shades of Pale Violet Red #E66595

Tints of Pale Violet Red #E66595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.04%

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

R = 47.92%
G = 21.04%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E66595 (or 0xE66595) is known color: Pale Violet Red. HEX triplet: E6, 65 and 95. RGB value is (230,101,149). Sum of RGB (Red+Green+Blue) = 230+101+149=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E66595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66595 is #199A6A. Grayscale: #909090. Windows color (decimal): -1677931 or 9790950. OLE color: 9790950.

HSL color Cylindrical-coordinate representation of color #E66595: hue angle of 337.67º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66595 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 101 149 -
CMYK 0 0.56 0.35 0.10
HSL 337.67º 0.72% 0.65% -
HSV(B) 337.67º 0.56% 0.9% -
XYZ 42.71 28.3 31.65 -
YUV 145.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 230 101 149 0 0.56 0.35 0.10 337.67 0.72 0.65
Hex E6 65 95 0 38 23 A 152 48 41
Octal 346 145 225 0 70 43 12 522 110 101
Binary 11100110 1100101 10010101 0 111000 100011 1010 101010010 1001000 1000001

Color Harmonies of #E66595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66595

Black with #E66595

Text Example


Text Example

White with #E66595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66595; }

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

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

background-color css

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

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

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

border-color css

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

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

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