Html Css Color HEX #E069A7 Pale Violet Red

📋 copy color: '#E069A7'

red 224 ◦ green 105 ◦ blue 167

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

Shades of Pale Violet Red #E069A7

Tints of Pale Violet Red #E069A7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.17%

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

R = 45.16%
G = 21.17%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E069A7 (or 0xE069A7) is known color: Pale Violet Red. HEX triplet: E0, 69 and A7. RGB value is (224,105,167). Sum of RGB (Red+Green+Blue) = 224+105+167=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E069A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E069A7 is #1F9658. Grayscale: #939393. Windows color (decimal): -2070105 or 10971616. OLE color: 10971616.

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

Color convert

RGB 224 105 167 -
CMYK 0 0.53 0.25 0.12
HSL 328.74º 0.66% 0.65% -
HSV(B) 328.74º 0.53% 0.88% -
XYZ 42.77 28.74 39.85 -
YUV 147.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 224 105 167 0 0.53 0.25 0.12 328.74 0.66 0.65
Hex E0 69 A7 0 35 19 C 149 42 41
Octal 340 151 247 0 65 31 14 511 102 101
Binary 11100000 1101001 10100111 0 110101 11001 1100 101001001 1000010 1000001

Color Harmonies of #E069A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069A7

Black with #E069A7

Text Example


Text Example

White with #E069A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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