Html Css Color HEX #E070BC Persian Pink

📋 copy color: '#E070BC'

red 224 ◦ green 112 ◦ blue 188

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

Shades of Persian Pink #E070BC

Tints of Persian Pink #E070BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.37%

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

R = 42.75%
G = 21.37%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E070BC (or 0xE070BC) is known color: Persian Pink. HEX triplet: E0, 70 and BC. RGB value is (224,112,188). Sum of RGB (Red+Green+Blue) = 224+112+188=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E070BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070BC is #1F8F43. Grayscale: #999999. Windows color (decimal): -2068292 or 12349664. OLE color: 12349664.

HSL color Cylindrical-coordinate representation of color #E070BC: hue angle of 319.29º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E070BC is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 188 -
CMYK 0 0.50 0.16 0.12
HSL 319.29º 0.64% 0.66% -
HSV(B) 319.29º 0.5% 0.88% -
XYZ 45.61 31.07 51.17 -
YUV 154.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 224 112 188 0 0.50 0.16 0.12 319.29 0.64 0.66
Hex E0 70 BC 0 32 10 C 13F 40 42
Octal 340 160 274 0 62 20 14 477 100 102
Binary 11100000 1110000 10111100 0 110010 10000 1100 100111111 1000000 1000010

Color Harmonies of #E070BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070BC

Black with #E070BC

Text Example


Text Example

White with #E070BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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