Html Css Color HEX #E071BE Persian Pink

📋 copy color: '#E071BE'

red 224 ◦ green 113 ◦ blue 190

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

Shades of Persian Pink #E071BE

Tints of Persian Pink #E071BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.44%

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

R = 42.5%
G = 21.44%
B = 36.05%

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

#E071BE (or 0xE071BE) is known color: Persian Pink. HEX triplet: E0, 71 and BE. RGB value is (224,113,190). Sum of RGB (Red+Green+Blue) = 224+113+190=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E071BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071BE is #1F8E41. Grayscale: #9A9A9A. Windows color (decimal): -2068034 or 12480992. OLE color: 12480992.

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

Color convert

RGB 224 113 190 -
CMYK 0 0.50 0.15 0.12
HSL 318.38º 0.64% 0.66% -
HSV(B) 318.38º 0.5% 0.88% -
XYZ 45.94 31.38 52.35 -
YUV 154.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 224 113 190 0 0.50 0.15 0.12 318.38 0.64 0.66
Hex E0 71 BE 0 32 F C 13E 40 42
Octal 340 161 276 0 62 17 14 476 100 102
Binary 11100000 1110001 10111110 0 110010 1111 1100 100111110 1000000 1000010

Color Harmonies of #E071BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071BE

Black with #E071BE

Text Example


Text Example

White with #E071BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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