Html Css Color HEX #E07CA6 Pale Violet Red

📋 copy color: '#E07CA6'

red 224 ◦ green 124 ◦ blue 166

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

Shades of Pale Violet Red #E07CA6

Tints of Pale Violet Red #E07CA6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.12%

 BLUE value IS 166 (65.23% from 255) = 32.3%

R = 43.58%
G = 24.12%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E07CA6 (or 0xE07CA6) is known color: Pale Violet Red. HEX triplet: E0, 7C and A6. RGB value is (224,124,166). Sum of RGB (Red+Green+Blue) = 224+124+166=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07CA6 is #1F8359. Grayscale: #9E9E9E. Windows color (decimal): -2065242 or 10910944. OLE color: 10910944.

HSL color Cylindrical-coordinate representation of color #E07CA6: hue angle of 334.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07CA6 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 166 -
CMYK 0 0.45 0.26 0.12
HSL 334.8º 0.62% 0.68% -
HSV(B) 334.8º 0.45% 0.88% -
XYZ 44.83 33.02 40.09 -
YUV 158.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 224 124 166 0 0.45 0.26 0.12 334.8 0.62 0.68
Hex E0 7C A6 0 2D 1A C 14F 3E 44
Octal 340 174 246 0 55 32 14 517 76 104
Binary 11100000 1111100 10100110 0 101101 11010 1100 101001111 111110 1000100

Color Harmonies of #E07CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CA6

Black with #E07CA6

Text Example


Text Example

White with #E07CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CA6; }

 p { color: rgb(224,124,166); }

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

background-color css

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

 a { background-color: rgb(224,124,166); }

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

border-color css

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

 span { border-color: rgb(224,124,166); }

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