Html Css Color HEX #E985BA Persian Pink

📋 copy color: '#E985BA'

red 233 ◦ green 133 ◦ blue 186

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

Shades of Persian Pink #E985BA

Tints of Persian Pink #E985BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.09%

 BLUE value IS 186 (73.05% from 255) = 33.7%

R = 42.21%
G = 24.09%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E985BA (or 0xE985BA) is known color: Persian Pink. HEX triplet: E9, 85 and BA. RGB value is (233,133,186). Sum of RGB (Red+Green+Blue) = 233+133+186=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E985BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985BA is #167A45. Grayscale: #A8A8A8. Windows color (decimal): -1473094 or 12223977. OLE color: 12223977.

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

Color convert

RGB 233 133 186 -
CMYK 0 0.43 0.20 0.09
HSL 328.2º 0.69% 0.72% -
HSV(B) 328.2º 0.43% 0.91% -
XYZ 50.85 37.64 51.04 -
YUV 168.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 233 133 186 0 0.43 0.20 0.09 328.2 0.69 0.72
Hex E9 85 BA 0 2B 14 9 148 45 48
Octal 351 205 272 0 53 24 11 510 105 110
Binary 11101001 10000101 10111010 0 101011 10100 1001 101001000 1000101 1001000

Color Harmonies of #E985BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985BA

Black with #E985BA

Text Example


Text Example

White with #E985BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985BA; }

 p { color: rgb(233,133,186); }

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

background-color css

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

 a { background-color: rgb(233,133,186); }

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

border-color css

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

 span { border-color: rgb(233,133,186); }

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