Html Css Color HEX #E06291 Pale Violet Red

📋 copy color: '#E06291'

red 224 ◦ green 98 ◦ blue 145

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

Shades of Pale Violet Red #E06291

Tints of Pale Violet Red #E06291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.05%

R = 47.97%
G = 20.99%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E06291 (or 0xE06291) is known color: Pale Violet Red. HEX triplet: E0, 62 and 91. RGB value is (224,98,145). Sum of RGB (Red+Green+Blue) = 224+98+145=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E06291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06291 is #1F9D6E. Grayscale: #8C8C8C. Windows color (decimal): -2071919 or 9528032. OLE color: 9528032.

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

Color convert

RGB 224 98 145 -
CMYK 0 0.56 0.35 0.12
HSL 337.62º 0.67% 0.63% -
HSV(B) 337.62º 0.56% 0.88% -
XYZ 40.22 26.63 29.81 -
YUV 141.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 224 98 145 0 0.56 0.35 0.12 337.62 0.67 0.63
Hex E0 62 91 0 38 23 C 152 43 3F
Octal 340 142 221 0 70 43 14 522 103 77
Binary 11100000 1100010 10010001 0 111000 100011 1100 101010010 1000011 111111

Color Harmonies of #E06291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06291

Black with #E06291

Text Example


Text Example

White with #E06291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06291; }

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

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

background-color css

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

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

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

border-color css

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

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

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