Html Css Color HEX #E075AC Pale Violet Red

📋 copy color: '#E075AC'

red 224 ◦ green 117 ◦ blue 172

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

Shades of Pale Violet Red #E075AC

Tints of Pale Violet Red #E075AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.81%

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 43.66%
G = 22.81%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E075AC (or 0xE075AC) is known color: Pale Violet Red. HEX triplet: E0, 75 and AC. RGB value is (224,117,172). Sum of RGB (Red+Green+Blue) = 224+117+172=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E075AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075AC is #1F8A53. Grayscale: #9B9B9B. Windows color (decimal): -2067028 or 11302368. OLE color: 11302368.

HSL color Cylindrical-coordinate representation of color #E075AC: hue angle of 329.16º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E075AC is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 172 -
CMYK 0 0.48 0.23 0.12
HSL 329.16º 0.63% 0.67% -
HSV(B) 329.16º 0.48% 0.88% -
XYZ 44.55 31.55 42.77 -
YUV 155.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 224 117 172 0 0.48 0.23 0.12 329.16 0.63 0.67
Hex E0 75 AC 0 30 17 C 149 3F 43
Octal 340 165 254 0 60 27 14 511 77 103
Binary 11100000 1110101 10101100 0 110000 10111 1100 101001001 111111 1000011

Color Harmonies of #E075AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075AC

Black with #E075AC

Text Example


Text Example

White with #E075AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075AC; }

 p { color: rgb(224,117,172); }

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

background-color css

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

 a { background-color: rgb(224,117,172); }

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

border-color css

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

 span { border-color: rgb(224,117,172); }

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