Html Css Color HEX #E073BE Persian Pink

📋 copy color: '#E073BE'

red 224 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #E073BE

Tints of Persian Pink #E073BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.74%

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

R = 42.34%
G = 21.74%
B = 35.92%

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

#E073BE (or 0xE073BE) is known color: Persian Pink. HEX triplet: E0, 73 and BE. RGB value is (224,115,190). Sum of RGB (Red+Green+Blue) = 224+115+190=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E073BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073BE is #1F8C41. Grayscale: #9B9B9B. Windows color (decimal): -2067522 or 12481504. OLE color: 12481504.

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

Color convert

RGB 224 115 190 -
CMYK 0 0.49 0.15 0.12
HSL 318.72º 0.64% 0.66% -
HSV(B) 318.72º 0.49% 0.88% -
XYZ 46.17 31.83 52.43 -
YUV 156.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 224 115 190 0 0.49 0.15 0.12 318.72 0.64 0.66
Hex E0 73 BE 0 31 F C 13F 40 42
Octal 340 163 276 0 61 17 14 477 100 102
Binary 11100000 1110011 10111110 0 110001 1111 1100 100111111 1000000 1000010

Color Harmonies of #E073BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073BE

Black with #E073BE

Text Example


Text Example

White with #E073BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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