Html Css Color HEX #E073B1 Persian Pink

📋 copy color: '#E073B1'

red 224 ◦ green 115 ◦ blue 177

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

Shades of Persian Pink #E073B1

Tints of Persian Pink #E073B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.3%

R = 43.41%
G = 22.29%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E073B1 (or 0xE073B1) is known color: Persian Pink. HEX triplet: E0, 73 and B1. RGB value is (224,115,177). Sum of RGB (Red+Green+Blue) = 224+115+177=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E073B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E073B1 is #1F8C4E. Grayscale: #9A9A9A. Windows color (decimal): -2067535 or 11629536. OLE color: 11629536.

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

Color convert

RGB 224 115 177 -
CMYK 0 0.49 0.21 0.12
HSL 325.87º 0.64% 0.66% -
HSV(B) 325.87º 0.49% 0.88% -
XYZ 44.81 31.28 45.27 -
YUV 154.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 224 115 177 0 0.49 0.21 0.12 325.87 0.64 0.66
Hex E0 73 B1 0 31 15 C 146 40 42
Octal 340 163 261 0 61 25 14 506 100 102
Binary 11100000 1110011 10110001 0 110001 10101 1100 101000110 1000000 1000010

Color Harmonies of #E073B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073B1

Black with #E073B1

Text Example


Text Example

White with #E073B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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