Html Css Color HEX #E684BA Persian Pink

📋 copy color: '#E684BA'

red 230 ◦ green 132 ◦ blue 186

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

Shades of Persian Pink #E684BA

Tints of Persian Pink #E684BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 41.97%
G = 24.09%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E684BA (or 0xE684BA) is known color: Persian Pink. HEX triplet: E6, 84 and BA. RGB value is (230,132,186). Sum of RGB (Red+Green+Blue) = 230+132+186=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E684BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684BA is #197B45. Grayscale: #A7A7A7. Windows color (decimal): -1669958 or 12223718. OLE color: 12223718.

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

Color convert

RGB 230 132 186 -
CMYK 0 0.43 0.19 0.10
HSL 326.94º 0.66% 0.71% -
HSV(B) 326.94º 0.43% 0.9% -
XYZ 49.75 36.87 50.95 -
YUV 167.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 230 132 186 0 0.43 0.19 0.10 326.94 0.66 0.71
Hex E6 84 BA 0 2B 13 A 147 42 47
Octal 346 204 272 0 53 23 12 507 102 107
Binary 11100110 10000100 10111010 0 101011 10011 1010 101000111 1000010 1000111

Color Harmonies of #E684BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E684BA

Black with #E684BA

Text Example


Text Example

White with #E684BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E684BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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