Html Css Color HEX #E072BF Persian Pink

📋 copy color: '#E072BF'

red 224 ◦ green 114 ◦ blue 191

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

Shades of Persian Pink #E072BF

Tints of Persian Pink #E072BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.11%

R = 42.34%
G = 21.55%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E072BF (or 0xE072BF) is known color: Persian Pink. HEX triplet: E0, 72 and BF. RGB value is (224,114,191). Sum of RGB (Red+Green+Blue) = 224+114+191=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E072BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072BF is #1F8D40. Grayscale: #9B9B9B. Windows color (decimal): -2067777 or 12546784. OLE color: 12546784.

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

Color convert

RGB 224 114 191 -
CMYK 0 0.49 0.15 0.12
HSL 318º 0.64% 0.66% -
HSV(B) 318º 0.49% 0.88% -
XYZ 46.16 31.64 52.97 -
YUV 155.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 224 114 191 0 0.49 0.15 0.12 318 0.64 0.66
Hex E0 72 BF 0 31 F C 13E 40 42
Octal 340 162 277 0 61 17 14 476 100 102
Binary 11100000 1110010 10111111 0 110001 1111 1100 100111110 1000000 1000010

Color Harmonies of #E072BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E072BF

Black with #E072BF

Text Example


Text Example

White with #E072BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E072BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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