Html Css Color HEX #E072B2 Persian Pink

📋 copy color: '#E072B2'

red 224 ◦ green 114 ◦ blue 178

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

Shades of Persian Pink #E072B2

Tints of Persian Pink #E072B2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.09%

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

R = 43.41%
G = 22.09%
B = 34.5%

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

#E072B2 (or 0xE072B2) is known color: Persian Pink. HEX triplet: E0, 72 and B2. RGB value is (224,114,178). Sum of RGB (Red+Green+Blue) = 224+114+178=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E072B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E072B2 is #1F8D4D. Grayscale: #9A9A9A. Windows color (decimal): -2067790 or 11694816. OLE color: 11694816.

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

Color convert

RGB 224 114 178 -
CMYK 0 0.49 0.21 0.12
HSL 325.09º 0.64% 0.66% -
HSV(B) 325.09º 0.49% 0.88% -
XYZ 44.79 31.1 45.76 -
YUV 154.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 224 114 178 0 0.49 0.21 0.12 325.09 0.64 0.66
Hex E0 72 B2 0 31 15 C 145 40 42
Octal 340 162 262 0 61 25 14 505 100 102
Binary 11100000 1110010 10110010 0 110001 10101 1100 101000101 1000000 1000010

Color Harmonies of #E072B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E072B2

Black with #E072B2

Text Example


Text Example

White with #E072B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E072B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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