Html Css Color HEX #E685BC Persian Pink

📋 copy color: '#E685BC'

red 230 ◦ green 133 ◦ blue 188

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

Shades of Persian Pink #E685BC

Tints of Persian Pink #E685BC

RGB

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

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

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

R = 41.74%
G = 24.14%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E685BC (or 0xE685BC) is known color: Persian Pink. HEX triplet: E6, 85 and BC. RGB value is (230,133,188). Sum of RGB (Red+Green+Blue) = 230+133+188=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E685BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685BC is #197A43. Grayscale: #A8A8A8. Windows color (decimal): -1669700 or 12355046. OLE color: 12355046.

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

Color convert

RGB 230 133 188 -
CMYK 0 0.42 0.18 0.10
HSL 325.98º 0.66% 0.71% -
HSV(B) 325.98º 0.42% 0.9% -
XYZ 50.1 37.23 52.12 -
YUV 168.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 230 133 188 0 0.42 0.18 0.10 325.98 0.66 0.71
Hex E6 85 BC 0 2A 12 A 146 42 47
Octal 346 205 274 0 52 22 12 506 102 107
Binary 11100110 10000101 10111100 0 101010 10010 1010 101000110 1000010 1000111

Color Harmonies of #E685BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685BC

Black with #E685BC

Text Example


Text Example

White with #E685BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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