Html Css Color HEX #E06293 Pale Violet Red

📋 copy color: '#E06293'

red 224 ◦ green 98 ◦ blue 147

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

Shades of Pale Violet Red #E06293

Tints of Pale Violet Red #E06293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.9%

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

R = 47.76%
G = 20.9%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E06293 (or 0xE06293) is known color: Pale Violet Red. HEX triplet: E0, 62 and 93. RGB value is (224,98,147). Sum of RGB (Red+Green+Blue) = 224+98+147=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E06293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06293 is #1F9D6C. Grayscale: #8D8D8D. Windows color (decimal): -2071917 or 9659104. OLE color: 9659104.

HSL color Cylindrical-coordinate representation of color #E06293: hue angle of 336.67º 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 #E06293 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 98 147 -
CMYK 0 0.56 0.34 0.12
HSL 336.67º 0.67% 0.63% -
HSV(B) 336.67º 0.56% 0.88% -
XYZ 40.37 26.69 30.63 -
YUV 141.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 224 98 147 0 0.56 0.34 0.12 336.67 0.67 0.63
Hex E0 62 93 0 38 22 C 151 43 3F
Octal 340 142 223 0 70 42 14 521 103 77
Binary 11100000 1100010 10010011 0 111000 100010 1100 101010001 1000011 111111

Color Harmonies of #E06293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06293

Black with #E06293

Text Example


Text Example

White with #E06293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06293; }

 p { color: rgb(224,98,147); }

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

background-color css

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

 a { background-color: rgb(224,98,147); }

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

border-color css

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

 span { border-color: rgb(224,98,147); }

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