Html Css Color HEX #E06390 Pale Violet Red

📋 copy color: '#E06390'

red 224 ◦ green 99 ◦ blue 144

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

Shades of Pale Violet Red #E06390

Tints of Pale Violet Red #E06390

RGB

 RED value IS 224 (87.89% from 255) = 47.97%

 GREEN value IS 99 (39.06% from 255) = 21.2%

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 47.97%
G = 21.2%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E06390 (or 0xE06390) is known color: Pale Violet Red. HEX triplet: E0, 63 and 90. RGB value is (224,99,144). Sum of RGB (Red+Green+Blue) = 224+99+144=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E06390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06390 is #1F9C6F. Grayscale: #8D8D8D. Windows color (decimal): -2071664 or 9462752. OLE color: 9462752.

HSL color Cylindrical-coordinate representation of color #E06390: hue angle of 338.4º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06390 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 144 -
CMYK 0 0.56 0.36 0.12
HSL 338.4º 0.67% 0.63% -
HSV(B) 338.4º 0.56% 0.88% -
XYZ 40.24 26.78 29.43 -
YUV 141.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 224 99 144 0 0.56 0.36 0.12 338.4 0.67 0.63
Hex E0 63 90 0 38 24 C 152 43 3F
Octal 340 143 220 0 70 44 14 522 103 77
Binary 11100000 1100011 10010000 0 111000 100100 1100 101010010 1000011 111111

Color Harmonies of #E06390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06390

Black with #E06390

Text Example


Text Example

White with #E06390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06390; }

 p { color: rgb(224,99,144); }

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

background-color css

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

 a { background-color: rgb(224,99,144); }

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

border-color css

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

 span { border-color: rgb(224,99,144); }

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