Html Css Color HEX #E07CA5 Pale Violet Red

📋 copy color: '#E07CA5'

red 224 ◦ green 124 ◦ blue 165

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

Shades of Pale Violet Red #E07CA5

Tints of Pale Violet Red #E07CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.16%

R = 43.66%
G = 24.17%
B = 32.16%

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

#E07CA5 (or 0xE07CA5) is known color: Pale Violet Red. HEX triplet: E0, 7C and A5. RGB value is (224,124,165). Sum of RGB (Red+Green+Blue) = 224+124+165=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07CA5 is #1F835A. Grayscale: #9E9E9E. Windows color (decimal): -2065243 or 10845408. OLE color: 10845408.

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

Color convert

RGB 224 124 165 -
CMYK 0 0.45 0.26 0.12
HSL 335.4º 0.62% 0.68% -
HSV(B) 335.4º 0.45% 0.88% -
XYZ 44.74 32.98 39.6 -
YUV 158.57 131.63 174.67 -
System Red Green Blue C M Y K H S L
Decimal 224 124 165 0 0.45 0.26 0.12 335.4 0.62 0.68
Hex E0 7C A5 0 2D 1A C 14F 3E 44
Octal 340 174 245 0 55 32 14 517 76 104
Binary 11100000 1111100 10100101 0 101101 11010 1100 101001111 111110 1000100

Color Harmonies of #E07CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CA5

Black with #E07CA5

Text Example


Text Example

White with #E07CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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