Html Css Color HEX #E984BD Persian Pink

📋 copy color: '#E984BD'

red 233 ◦ green 132 ◦ blue 189

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

Shades of Persian Pink #E984BD

Tints of Persian Pink #E984BD

RGB

 RED value IS 233 (91.41% from 255) = 42.06%

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

 BLUE value IS 189 (74.22% from 255) = 34.12%

R = 42.06%
G = 23.83%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E984BD (or 0xE984BD) is known color: Persian Pink. HEX triplet: E9, 84 and BD. RGB value is (233,132,189). Sum of RGB (Red+Green+Blue) = 233+132+189=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E984BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E984BD is #167B42. Grayscale: #A8A8A8. Windows color (decimal): -1473347 or 12420329. OLE color: 12420329.

HSL color Cylindrical-coordinate representation of color #E984BD: hue angle of 326.14º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E984BD is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 132 189 -
CMYK 0 0.43 0.19 0.09
HSL 326.14º 0.7% 0.72% -
HSV(B) 326.14º 0.43% 0.91% -
XYZ 51.04 37.5 52.69 -
YUV 168.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 233 132 189 0 0.43 0.19 0.09 326.14 0.7 0.72
Hex E9 84 BD 0 2B 13 9 146 46 48
Octal 351 204 275 0 53 23 11 506 106 110
Binary 11101001 10000100 10111101 0 101011 10011 1001 101000110 1000110 1001000

Color Harmonies of #E984BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E984BD

Black with #E984BD

Text Example


Text Example

White with #E984BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E984BD; }

 p { color: rgb(233,132,189); }

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

background-color css

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

 a { background-color: rgb(233,132,189); }

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

border-color css

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

 span { border-color: rgb(233,132,189); }

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