Html Css Color HEX #E06192 Pale Violet Red

📋 copy color: '#E06192'

red 224 ◦ green 97 ◦ blue 146

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

Shades of Pale Violet Red #E06192

Tints of Pale Violet Red #E06192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.77%

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 47.97%
G = 20.77%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E06192 (or 0xE06192) is known color: Pale Violet Red. HEX triplet: E0, 61 and 92. RGB value is (224,97,146). Sum of RGB (Red+Green+Blue) = 224+97+146=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E06192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06192 is #1F9E6D. Grayscale: #8C8C8C. Windows color (decimal): -2072174 or 9593312. OLE color: 9593312.

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

Color convert

RGB 224 97 146 -
CMYK 0 0.57 0.35 0.12
HSL 336.85º 0.67% 0.63% -
HSV(B) 336.85º 0.57% 0.88% -
XYZ 40.2 26.47 30.18 -
YUV 140.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 224 97 146 0 0.57 0.35 0.12 336.85 0.67 0.63
Hex E0 61 92 0 39 23 C 151 43 3F
Octal 340 141 222 0 71 43 14 521 103 77
Binary 11100000 1100001 10010010 0 111001 100011 1100 101010001 1000011 111111

Color Harmonies of #E06192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06192

Black with #E06192

Text Example


Text Example

White with #E06192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06192; }

 p { color: rgb(224,97,146); }

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

background-color css

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

 a { background-color: rgb(224,97,146); }

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

border-color css

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

 span { border-color: rgb(224,97,146); }

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