Html Css Color HEX #E072BC Persian Pink

📋 copy color: '#E072BC'

red 224 ◦ green 114 ◦ blue 188

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

Shades of Persian Pink #E072BC

Tints of Persian Pink #E072BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.74%

R = 42.59%
G = 21.67%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E072BC (or 0xE072BC) is known color: Persian Pink. HEX triplet: E0, 72 and BC. RGB value is (224,114,188). Sum of RGB (Red+Green+Blue) = 224+114+188=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E072BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072BC is #1F8D43. Grayscale: #9B9B9B. Windows color (decimal): -2067780 or 12350176. OLE color: 12350176.

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

Color convert

RGB 224 114 188 -
CMYK 0 0.49 0.16 0.12
HSL 319.64º 0.64% 0.66% -
HSV(B) 319.64º 0.49% 0.88% -
XYZ 45.83 31.51 51.24 -
YUV 155.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 224 114 188 0 0.49 0.16 0.12 319.64 0.64 0.66
Hex E0 72 BC 0 31 10 C 140 40 42
Octal 340 162 274 0 61 20 14 500 100 102
Binary 11100000 1110010 10111100 0 110001 10000 1100 101000000 1000000 1000010

Color Harmonies of #E072BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E072BC

Black with #E072BC

Text Example


Text Example

White with #E072BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E072BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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