Html Css Color HEX #E684BC Persian Pink

📋 copy color: '#E684BC'

red 230 ◦ green 132 ◦ blue 188

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

Shades of Persian Pink #E684BC

Tints of Persian Pink #E684BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24%

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

R = 41.82%
G = 24%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E684BC (or 0xE684BC) is known color: Persian Pink. HEX triplet: E6, 84 and BC. RGB value is (230,132,188). Sum of RGB (Red+Green+Blue) = 230+132+188=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E684BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684BC is #197B43. Grayscale: #A7A7A7. Windows color (decimal): -1669956 or 12354790. OLE color: 12354790.

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

Color convert

RGB 230 132 188 -
CMYK 0 0.43 0.18 0.10
HSL 325.71º 0.66% 0.71% -
HSV(B) 325.71º 0.43% 0.9% -
XYZ 49.96 36.96 52.08 -
YUV 167.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 230 132 188 0 0.43 0.18 0.10 325.71 0.66 0.71
Hex E6 84 BC 0 2B 12 A 146 42 47
Octal 346 204 274 0 53 22 12 506 102 107
Binary 11100110 10000100 10111100 0 101011 10010 1010 101000110 1000010 1000111

Color Harmonies of #E684BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E684BC

Black with #E684BC

Text Example


Text Example

White with #E684BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E684BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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