Html Css Color HEX #E073B7 Persian Pink

📋 copy color: '#E073B7'

red 224 ◦ green 115 ◦ blue 183

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

Shades of Persian Pink #E073B7

Tints of Persian Pink #E073B7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.03%

 BLUE value IS 183 (71.88% from 255) = 35.06%

R = 42.91%
G = 22.03%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E073B7 (or 0xE073B7) is known color: Persian Pink. HEX triplet: E0, 73 and B7. RGB value is (224,115,183). Sum of RGB (Red+Green+Blue) = 224+115+183=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E073B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073B7 is #1F8C48. Grayscale: #9B9B9B. Windows color (decimal): -2067529 or 12022752. OLE color: 12022752.

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

Color convert

RGB 224 115 183 -
CMYK 0 0.49 0.18 0.12
HSL 322.57º 0.64% 0.66% -
HSV(B) 322.57º 0.49% 0.88% -
XYZ 45.42 31.53 48.49 -
YUV 155.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 224 115 183 0 0.49 0.18 0.12 322.57 0.64 0.66
Hex E0 73 B7 0 31 12 C 143 40 42
Octal 340 163 267 0 61 22 14 503 100 102
Binary 11100000 1110011 10110111 0 110001 10010 1100 101000011 1000000 1000010

Color Harmonies of #E073B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073B7

Black with #E073B7

Text Example


Text Example

White with #E073B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073B7; }

 p { color: rgb(224,115,183); }

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

background-color css

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

 a { background-color: rgb(224,115,183); }

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

border-color css

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

 span { border-color: rgb(224,115,183); }

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