Html Css Color HEX #E685BB Persian Pink

📋 copy color: '#E685BB'

red 230 ◦ green 133 ◦ blue 187

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

Shades of Persian Pink #E685BB

Tints of Persian Pink #E685BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34%

R = 41.82%
G = 24.18%
B = 34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E685BB (or 0xE685BB) is known color: Persian Pink. HEX triplet: E6, 85 and BB. RGB value is (230,133,187). Sum of RGB (Red+Green+Blue) = 230+133+187=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E685BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685BB is #197A44. Grayscale: #A8A8A8. Windows color (decimal): -1669701 or 12289510. OLE color: 12289510.

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

Color convert

RGB 230 133 187 -
CMYK 0 0.42 0.19 0.10
HSL 326.6º 0.66% 0.71% -
HSV(B) 326.6º 0.42% 0.9% -
XYZ 49.99 37.19 51.56 -
YUV 168.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 230 133 187 0 0.42 0.19 0.10 326.6 0.66 0.71
Hex E6 85 BB 0 2A 13 A 147 42 47
Octal 346 205 273 0 52 23 12 507 102 107
Binary 11100110 10000101 10111011 0 101010 10011 1010 101000111 1000010 1000111

Color Harmonies of #E685BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685BB

Black with #E685BB

Text Example


Text Example

White with #E685BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685BB; }

 p { color: rgb(230,133,187); }

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

background-color css

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

 a { background-color: rgb(230,133,187); }

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

border-color css

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

 span { border-color: rgb(230,133,187); }

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