Html Css Color HEX #E073B2 Persian Pink

📋 copy color: '#E073B2'

red 224 ◦ green 115 ◦ blue 178

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

Shades of Persian Pink #E073B2

Tints of Persian Pink #E073B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 43.33%
G = 22.24%
B = 34.43%

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

#E073B2 (or 0xE073B2) is known color: Persian Pink. HEX triplet: E0, 73 and B2. RGB value is (224,115,178). Sum of RGB (Red+Green+Blue) = 224+115+178=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E073B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E073B2 is #1F8C4D. Grayscale: #9A9A9A. Windows color (decimal): -2067534 or 11695072. OLE color: 11695072.

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

Color convert

RGB 224 115 178 -
CMYK 0 0.49 0.21 0.12
HSL 325.32º 0.64% 0.66% -
HSV(B) 325.32º 0.49% 0.88% -
XYZ 44.91 31.32 45.8 -
YUV 154.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 224 115 178 0 0.49 0.21 0.12 325.32 0.64 0.66
Hex E0 73 B2 0 31 15 C 145 40 42
Octal 340 163 262 0 61 25 14 505 100 102
Binary 11100000 1110011 10110010 0 110001 10101 1100 101000101 1000000 1000010

Color Harmonies of #E073B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073B2

Black with #E073B2

Text Example


Text Example

White with #E073B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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