Html Css Color HEX #E06893 Pale Violet Red

📋 copy color: '#E06893'

red 224 ◦ green 104 ◦ blue 147

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

Shades of Pale Violet Red #E06893

Tints of Pale Violet Red #E06893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.89%

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

R = 47.16%
G = 21.89%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E06893 (or 0xE06893) is known color: Pale Violet Red. HEX triplet: E0, 68 and 93. RGB value is (224,104,147). Sum of RGB (Red+Green+Blue) = 224+104+147=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E06893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06893 is #1F976C. Grayscale: #909090. Windows color (decimal): -2070381 or 9660640. OLE color: 9660640.

HSL color Cylindrical-coordinate representation of color #E06893: hue angle of 338.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06893 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 104 147 -
CMYK 0 0.54 0.34 0.12
HSL 338.5º 0.66% 0.64% -
HSV(B) 338.5º 0.54% 0.88% -
XYZ 40.96 27.85 30.82 -
YUV 144.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 224 104 147 0 0.54 0.34 0.12 338.5 0.66 0.64
Hex E0 68 93 0 36 22 C 152 42 40
Octal 340 150 223 0 66 42 14 522 102 100
Binary 11100000 1101000 10010011 0 110110 100010 1100 101010010 1000010 1000000

Color Harmonies of #E06893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06893

Black with #E06893

Text Example


Text Example

White with #E06893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06893; }

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

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

background-color css

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

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

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

border-color css

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

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

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