Html Css Color HEX #E074AD Persian Pink

📋 copy color: '#E074AD'

red 224 ◦ green 116 ◦ blue 173

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

Shades of Persian Pink #E074AD

Tints of Persian Pink #E074AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.61%

 BLUE value IS 173 (67.97% from 255) = 33.72%

R = 43.66%
G = 22.61%
B = 33.72%

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

#E074AD (or 0xE074AD) is known color: Persian Pink. HEX triplet: E0, 74 and AD. RGB value is (224,116,173). Sum of RGB (Red+Green+Blue) = 224+116+173=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E074AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074AD is #1F8B52. Grayscale: #9A9A9A. Windows color (decimal): -2067283 or 11367648. OLE color: 11367648.

HSL color Cylindrical-coordinate representation of color #E074AD: hue angle of 328.33º degrees, saturation: 0.64, 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 #E074AD is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 173 -
CMYK 0 0.48 0.23 0.12
HSL 328.33º 0.64% 0.67% -
HSV(B) 328.33º 0.48% 0.88% -
XYZ 44.53 31.36 43.24 -
YUV 154.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 224 116 173 0 0.48 0.23 0.12 328.33 0.64 0.67
Hex E0 74 AD 0 30 17 C 148 40 43
Octal 340 164 255 0 60 27 14 510 100 103
Binary 11100000 1110100 10101101 0 110000 10111 1100 101001000 1000000 1000011

Color Harmonies of #E074AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074AD

Black with #E074AD

Text Example


Text Example

White with #E074AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074AD; }

 p { color: rgb(224,116,173); }

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

background-color css

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

 a { background-color: rgb(224,116,173); }

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

border-color css

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

 span { border-color: rgb(224,116,173); }

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