Html Css Color HEX #E986B5 Persian Pink

📋 copy color: '#E986B5'

red 233 ◦ green 134 ◦ blue 181

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

Shades of Persian Pink #E986B5

Tints of Persian Pink #E986B5

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.45%

 BLUE value IS 181 (71.09% from 255) = 33.03%

R = 42.52%
G = 24.45%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E986B5 (or 0xE986B5) is known color: Persian Pink. HEX triplet: E9, 86 and B5. RGB value is (233,134,181). Sum of RGB (Red+Green+Blue) = 233+134+181=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E986B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986B5 is #16794A. Grayscale: #A8A8A8. Windows color (decimal): -1472843 or 11896553. OLE color: 11896553.

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

Color convert

RGB 233 134 181 -
CMYK 0 0.42 0.22 0.09
HSL 331.52º 0.69% 0.72% -
HSV(B) 331.52º 0.42% 0.91% -
XYZ 50.47 37.71 48.33 -
YUV 168.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 233 134 181 0 0.42 0.22 0.09 331.52 0.69 0.72
Hex E9 86 B5 0 2A 16 9 14C 45 48
Octal 351 206 265 0 52 26 11 514 105 110
Binary 11101001 10000110 10110101 0 101010 10110 1001 101001100 1000101 1001000

Color Harmonies of #E986B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986B5

Black with #E986B5

Text Example


Text Example

White with #E986B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986B5; }

 p { color: rgb(233,134,181); }

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

background-color css

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

 a { background-color: rgb(233,134,181); }

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

border-color css

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

 span { border-color: rgb(233,134,181); }

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