Html Css Color HEX #E070B7 Persian Pink

📋 copy color: '#E070B7'

red 224 ◦ green 112 ◦ blue 183

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

Shades of Persian Pink #E070B7

Tints of Persian Pink #E070B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 43.16%
G = 21.58%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E070B7 (or 0xE070B7) is known color: Persian Pink. HEX triplet: E0, 70 and B7. RGB value is (224,112,183). Sum of RGB (Red+Green+Blue) = 224+112+183=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E070B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070B7 is #1F8F48. Grayscale: #999999. Windows color (decimal): -2068297 or 12021984. OLE color: 12021984.

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

Color convert

RGB 224 112 183 -
CMYK 0 0.50 0.18 0.12
HSL 321.96º 0.64% 0.66% -
HSV(B) 321.96º 0.5% 0.88% -
XYZ 45.08 30.85 48.38 -
YUV 153.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 224 112 183 0 0.50 0.18 0.12 321.96 0.64 0.66
Hex E0 70 B7 0 32 12 C 142 40 42
Octal 340 160 267 0 62 22 14 502 100 102
Binary 11100000 1110000 10110111 0 110010 10010 1100 101000010 1000000 1000010

Color Harmonies of #E070B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070B7

Black with #E070B7

Text Example


Text Example

White with #E070B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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