Html Css Color HEX #E06D98 Pale Violet Red

📋 copy color: '#E06D98'

red 224 ◦ green 109 ◦ blue 152

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

Shades of Pale Violet Red #E06D98

Tints of Pale Violet Red #E06D98

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.47%

 BLUE value IS 152 (59.77% from 255) = 31.34%

R = 46.19%
G = 22.47%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E06D98 (or 0xE06D98) is known color: Pale Violet Red. HEX triplet: E0, 6D and 98. RGB value is (224,109,152). Sum of RGB (Red+Green+Blue) = 224+109+152=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06D98 is #1F9267. Grayscale: #949494. Windows color (decimal): -2069096 or 9989600. OLE color: 9989600.

HSL color Cylindrical-coordinate representation of color #E06D98: hue angle of 337.57º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06D98 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 152 -
CMYK 0 0.51 0.32 0.12
HSL 337.57º 0.65% 0.65% -
HSV(B) 337.57º 0.51% 0.88% -
XYZ 41.88 29.05 33.11 -
YUV 148.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 224 109 152 0 0.51 0.32 0.12 337.57 0.65 0.65
Hex E0 6D 98 0 33 20 C 152 41 41
Octal 340 155 230 0 63 40 14 522 101 101
Binary 11100000 1101101 10011000 0 110011 100000 1100 101010010 1000001 1000001

Color Harmonies of #E06D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D98

Black with #E06D98

Text Example


Text Example

White with #E06D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D98; }

 p { color: rgb(224,109,152); }

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

background-color css

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

 a { background-color: rgb(224,109,152); }

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

border-color css

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

 span { border-color: rgb(224,109,152); }

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