Html Css Color HEX #E687BD Persian Pink

📋 copy color: '#E687BD'

red 230 ◦ green 135 ◦ blue 189

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

Shades of Persian Pink #E687BD

Tints of Persian Pink #E687BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.12%

R = 41.52%
G = 24.37%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E687BD (or 0xE687BD) is known color: Persian Pink. HEX triplet: E6, 87 and BD. RGB value is (230,135,189). Sum of RGB (Red+Green+Blue) = 230+135+189=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E687BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687BD is #197842. Grayscale: #A9A9A9. Windows color (decimal): -1669187 or 12421094. OLE color: 12421094.

HSL color Cylindrical-coordinate representation of color #E687BD: hue angle of 325.89º 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 #E687BD is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 135 189 -
CMYK 0 0.41 0.18 0.10
HSL 325.89º 0.66% 0.72% -
HSV(B) 325.89º 0.41% 0.9% -
XYZ 50.48 37.83 52.78 -
YUV 169.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 230 135 189 0 0.41 0.18 0.10 325.89 0.66 0.72
Hex E6 87 BD 0 29 12 A 146 42 48
Octal 346 207 275 0 51 22 12 506 102 110
Binary 11100110 10000111 10111101 0 101001 10010 1010 101000110 1000010 1001000

Color Harmonies of #E687BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E687BD

Black with #E687BD

Text Example


Text Example

White with #E687BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E687BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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