Html Css Color HEX #E684BD Persian Pink

📋 copy color: '#E684BD'

red 230 ◦ green 132 ◦ blue 189

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

Shades of Persian Pink #E684BD

Tints of Persian Pink #E684BD

RGB

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

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

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

R = 41.74%
G = 23.96%
B = 34.3%

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

#E684BD (or 0xE684BD) is known color: Persian Pink. HEX triplet: E6, 84 and BD. RGB value is (230,132,189). Sum of RGB (Red+Green+Blue) = 230+132+189=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E684BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684BD is #197B42. Grayscale: #A7A7A7. Windows color (decimal): -1669955 or 12420326. OLE color: 12420326.

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

Color convert

RGB 230 132 189 -
CMYK 0 0.43 0.18 0.10
HSL 325.1º 0.66% 0.71% -
HSV(B) 325.1º 0.43% 0.9% -
XYZ 50.07 37 52.65 -
YUV 167.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 230 132 189 0 0.43 0.18 0.10 325.1 0.66 0.71
Hex E6 84 BD 0 2B 12 A 145 42 47
Octal 346 204 275 0 53 22 12 505 102 107
Binary 11100110 10000100 10111101 0 101011 10010 1010 101000101 1000010 1000111

Color Harmonies of #E684BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E684BD

Black with #E684BD

Text Example


Text Example

White with #E684BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E684BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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