Html Css Color HEX #E985BC Persian Pink

📋 copy color: '#E985BC'

red 233 ◦ green 133 ◦ blue 188

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

Shades of Persian Pink #E985BC

Tints of Persian Pink #E985BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.94%

R = 42.06%
G = 24.01%
B = 33.94%

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

#E985BC (or 0xE985BC) is known color: Persian Pink. HEX triplet: E9, 85 and BC. RGB value is (233,133,188). Sum of RGB (Red+Green+Blue) = 233+133+188=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E985BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985BC is #167A43. Grayscale: #A9A9A9. Windows color (decimal): -1473092 or 12355049. OLE color: 12355049.

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

Color convert

RGB 233 133 188 -
CMYK 0 0.43 0.19 0.09
HSL 327º 0.69% 0.72% -
HSV(B) 327º 0.43% 0.91% -
XYZ 51.07 37.73 52.17 -
YUV 169.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 233 133 188 0 0.43 0.19 0.09 327 0.69 0.72
Hex E9 85 BC 0 2B 13 9 147 45 48
Octal 351 205 274 0 53 23 11 507 105 110
Binary 11101001 10000101 10111100 0 101011 10011 1001 101000111 1000101 1001000

Color Harmonies of #E985BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985BC

Black with #E985BC

Text Example


Text Example

White with #E985BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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