Html Css Color HEX #E680BA Persian Pink

📋 copy color: '#E680BA'

red 230 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #E680BA

Tints of Persian Pink #E680BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.53%

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

R = 42.28%
G = 23.53%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E680BA (or 0xE680BA) is known color: Persian Pink. HEX triplet: E6, 80 and BA. RGB value is (230,128,186). Sum of RGB (Red+Green+Blue) = 230+128+186=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E680BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680BA is #197F45. Grayscale: #A4A4A4. Windows color (decimal): -1670982 or 12222694. OLE color: 12222694.

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

Color convert

RGB 230 128 186 -
CMYK 0 0.44 0.19 0.10
HSL 325.88º 0.67% 0.7% -
HSV(B) 325.88º 0.44% 0.9% -
XYZ 49.22 35.81 50.77 -
YUV 165.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 230 128 186 0 0.44 0.19 0.10 325.88 0.67 0.7
Hex E6 80 BA 0 2C 13 A 146 43 46
Octal 346 200 272 0 54 23 12 506 103 106
Binary 11100110 10000000 10111010 0 101100 10011 1010 101000110 1000011 1000110

Color Harmonies of #E680BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E680BA

Black with #E680BA

Text Example


Text Example

White with #E680BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E680BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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