Html Css Color HEX #E061A7 Pale Violet Red

📋 copy color: '#E061A7'

red 224 ◦ green 97 ◦ blue 167

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

Shades of Pale Violet Red #E061A7

Tints of Pale Violet Red #E061A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.22%

R = 45.9%
G = 19.88%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E061A7 (or 0xE061A7) is known color: Pale Violet Red. HEX triplet: E0, 61 and A7. RGB value is (224,97,167). Sum of RGB (Red+Green+Blue) = 224+97+167=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E061A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E061A7 is #1F9E58. Grayscale: #8E8E8E. Windows color (decimal): -2072153 or 10969568. OLE color: 10969568.

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

Color convert

RGB 224 97 167 -
CMYK 0 0.57 0.25 0.12
HSL 326.93º 0.67% 0.63% -
HSV(B) 326.93º 0.57% 0.88% -
XYZ 41.99 27.19 39.59 -
YUV 142.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 224 97 167 0 0.57 0.25 0.12 326.93 0.67 0.63
Hex E0 61 A7 0 39 19 C 147 43 3F
Octal 340 141 247 0 71 31 14 507 103 77
Binary 11100000 1100001 10100111 0 111001 11001 1100 101000111 1000011 111111

Color Harmonies of #E061A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061A7

Black with #E061A7

Text Example


Text Example

White with #E061A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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