Html Css Color HEX #E984B9 Persian Pink

📋 copy color: '#E984B9'

red 233 ◦ green 132 ◦ blue 185

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

Shades of Persian Pink #E984B9

Tints of Persian Pink #E984B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.64%

R = 42.36%
G = 24%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E984B9 (or 0xE984B9) is known color: Persian Pink. HEX triplet: E9, 84 and B9. RGB value is (233,132,185). Sum of RGB (Red+Green+Blue) = 233+132+185=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E984B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E984B9 is #167B46. Grayscale: #A8A8A8. Windows color (decimal): -1473351 or 12158185. OLE color: 12158185.

HSL color Cylindrical-coordinate representation of color #E984B9: hue angle of 328.51º 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 #E984B9 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 132 185 -
CMYK 0 0.43 0.21 0.09
HSL 328.51º 0.7% 0.72% -
HSV(B) 328.51º 0.43% 0.91% -
XYZ 50.61 37.33 50.44 -
YUV 168.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 233 132 185 0 0.43 0.21 0.09 328.51 0.7 0.72
Hex E9 84 B9 0 2B 15 9 149 46 48
Octal 351 204 271 0 53 25 11 511 106 110
Binary 11101001 10000100 10111001 0 101011 10101 1001 101001001 1000110 1001000

Color Harmonies of #E984B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E984B9

Black with #E984B9

Text Example


Text Example

White with #E984B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E984B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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