Html Css Color HEX #E070BE Persian Pink

📋 copy color: '#E070BE'

red 224 ◦ green 112 ◦ blue 190

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

Shades of Persian Pink #E070BE

Tints of Persian Pink #E070BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 42.59%
G = 21.29%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E070BE (or 0xE070BE) is known color: Persian Pink. HEX triplet: E0, 70 and BE. RGB value is (224,112,190). Sum of RGB (Red+Green+Blue) = 224+112+190=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E070BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070BE is #1F8F41. Grayscale: #9A9A9A. Windows color (decimal): -2068290 or 12480736. OLE color: 12480736.

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

Color convert

RGB 224 112 190 -
CMYK 0 0.50 0.15 0.12
HSL 318.21º 0.64% 0.66% -
HSV(B) 318.21º 0.5% 0.88% -
XYZ 45.83 31.15 52.31 -
YUV 154.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 224 112 190 0 0.50 0.15 0.12 318.21 0.64 0.66
Hex E0 70 BE 0 32 F C 13E 40 42
Octal 340 160 276 0 62 17 14 476 100 102
Binary 11100000 1110000 10111110 0 110010 1111 1100 100111110 1000000 1000010

Color Harmonies of #E070BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070BE

Black with #E070BE

Text Example


Text Example

White with #E070BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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