Html Css Color HEX #E687BA Persian Pink

📋 copy color: '#E687BA'

red 230 ◦ green 135 ◦ blue 186

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

Shades of Persian Pink #E687BA

Tints of Persian Pink #E687BA

RGB

 RED value IS 230 (90.23% from 255) = 41.74%

 GREEN value IS 135 (53.13% from 255) = 24.5%

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

R = 41.74%
G = 24.5%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E687BA (or 0xE687BA) is known color: Persian Pink. HEX triplet: E6, 87 and BA. RGB value is (230,135,186). Sum of RGB (Red+Green+Blue) = 230+135+186=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E687BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687BA is #197845. Grayscale: #A9A9A9. Windows color (decimal): -1669190 or 12224486. OLE color: 12224486.

HSL color Cylindrical-coordinate representation of color #E687BA: hue angle of 327.79º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E687BA is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 135 186 -
CMYK 0 0.41 0.19 0.10
HSL 327.79º 0.66% 0.72% -
HSV(B) 327.79º 0.41% 0.9% -
XYZ 50.16 37.7 51.09 -
YUV 169.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 230 135 186 0 0.41 0.19 0.10 327.79 0.66 0.72
Hex E6 87 BA 0 29 13 A 148 42 48
Octal 346 207 272 0 51 23 12 510 102 110
Binary 11100110 10000111 10111010 0 101001 10011 1010 101001000 1000010 1001000

Color Harmonies of #E687BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E687BA

Black with #E687BA

Text Example


Text Example

White with #E687BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E687BA; }

 p { color: rgb(230,135,186); }

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

background-color css

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

 a { background-color: rgb(230,135,186); }

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

border-color css

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

 span { border-color: rgb(230,135,186); }

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