Html Css Color HEX #E66093 Pale Violet Red

📋 copy color: '#E66093'

red 230 ◦ green 96 ◦ blue 147

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

Shades of Pale Violet Red #E66093

Tints of Pale Violet Red #E66093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.08%

R = 48.63%
G = 20.3%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E66093 (or 0xE66093) is known color: Pale Violet Red. HEX triplet: E6, 60 and 93. RGB value is (230,96,147). Sum of RGB (Red+Green+Blue) = 230+96+147=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E66093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66093 is #199F6C. Grayscale: #8D8D8D. Windows color (decimal): -1679213 or 9658598. OLE color: 9658598.

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

Color convert

RGB 230 96 147 -
CMYK 0 0.58 0.36 0.10
HSL 337.16º 0.73% 0.64% -
HSV(B) 337.16º 0.58% 0.9% -
XYZ 42.08 27.3 30.65 -
YUV 141.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 230 96 147 0 0.58 0.36 0.10 337.16 0.73 0.64
Hex E6 60 93 0 3A 24 A 151 49 40
Octal 346 140 223 0 72 44 12 521 111 100
Binary 11100110 1100000 10010011 0 111010 100100 1010 101010001 1001001 1000000

Color Harmonies of #E66093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66093

Black with #E66093

Text Example


Text Example

White with #E66093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66093; }

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

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

background-color css

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

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

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

border-color css

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

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

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