Html Css Color HEX #E680AF Persian Pink

📋 copy color: '#E680AF'

red 230 ◦ green 128 ◦ blue 175

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

Shades of Persian Pink #E680AF

Tints of Persian Pink #E680AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.83%

R = 43.15%
G = 24.02%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E680AF (or 0xE680AF) is known color: Persian Pink. HEX triplet: E6, 80 and AF. RGB value is (230,128,175). Sum of RGB (Red+Green+Blue) = 230+128+175=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E680AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E680AF is #197F50. Grayscale: #A3A3A3. Windows color (decimal): -1670993 or 11501798. OLE color: 11501798.

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

Color convert

RGB 230 128 175 -
CMYK 0 0.44 0.24 0.10
HSL 332.35º 0.67% 0.7% -
HSV(B) 332.35º 0.44% 0.9% -
XYZ 48.09 35.36 44.85 -
YUV 163.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 230 128 175 0 0.44 0.24 0.10 332.35 0.67 0.7
Hex E6 80 AF 0 2C 18 A 14C 43 46
Octal 346 200 257 0 54 30 12 514 103 106
Binary 11100110 10000000 10101111 0 101100 11000 1010 101001100 1000011 1000110

Color Harmonies of #E680AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E680AF

Black with #E680AF

Text Example


Text Example

White with #E680AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E680AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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