Html Css Color HEX #E084BE Persian Pink

📋 copy color: '#E084BE'

red 224 ◦ green 132 ◦ blue 190

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

Shades of Persian Pink #E084BE

Tints of Persian Pink #E084BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.18%

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

R = 41.03%
G = 24.18%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E084BE (or 0xE084BE) is known color: Persian Pink. HEX triplet: E0, 84 and BE. RGB value is (224,132,190). Sum of RGB (Red+Green+Blue) = 224+132+190=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E084BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084BE is #1F7B41. Grayscale: #A5A5A5. Windows color (decimal): -2063170 or 12485856. OLE color: 12485856.

HSL color Cylindrical-coordinate representation of color #E084BE: hue angle of 322.17º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E084BE is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 132 190 -
CMYK 0 0.41 0.15 0.12
HSL 322.17º 0.6% 0.7% -
HSV(B) 322.17º 0.41% 0.88% -
XYZ 48.29 36.07 53.13 -
YUV 166.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 224 132 190 0 0.41 0.15 0.12 322.17 0.6 0.7
Hex E0 84 BE 0 29 F C 142 3C 46
Octal 340 204 276 0 51 17 14 502 74 106
Binary 11100000 10000100 10111110 0 101001 1111 1100 101000010 111100 1000110

Color Harmonies of #E084BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E084BE

Black with #E084BE

Text Example


Text Example

White with #E084BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E084BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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