Html Css Color HEX #E06098 Pale Violet Red

📋 copy color: '#E06098'

red 224 ◦ green 96 ◦ blue 152

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

Shades of Pale Violet Red #E06098

Tints of Pale Violet Red #E06098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.34%

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

R = 47.46%
G = 20.34%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E06098 (or 0xE06098) is known color: Pale Violet Red. HEX triplet: E0, 60 and 98. RGB value is (224,96,152). Sum of RGB (Red+Green+Blue) = 224+96+152=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E06098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06098 is #1F9F67. Grayscale: #8C8C8C. Windows color (decimal): -2072424 or 9986272. OLE color: 9986272.

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

Color convert

RGB 224 96 152 -
CMYK 0 0.57 0.32 0.12
HSL 333.75º 0.67% 0.63% -
HSV(B) 333.75º 0.57% 0.88% -
XYZ 40.59 26.48 32.68 -
YUV 140.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 224 96 152 0 0.57 0.32 0.12 333.75 0.67 0.63
Hex E0 60 98 0 39 20 C 14E 43 3F
Octal 340 140 230 0 71 40 14 516 103 77
Binary 11100000 1100000 10011000 0 111001 100000 1100 101001110 1000011 111111

Color Harmonies of #E06098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06098

Black with #E06098

Text Example


Text Example

White with #E06098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06098; }

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

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

background-color css

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

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

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

border-color css

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

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

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