Html Css Color HEX #E679C5 Persian Pink

📋 copy color: '#E679C5'

red 230 ◦ green 121 ◦ blue 197

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

Shades of Persian Pink #E679C5

Tints of Persian Pink #E679C5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.08%

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 41.97%
G = 22.08%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E679C5 (or 0xE679C5) is known color: Persian Pink. HEX triplet: E6, 79 and C5. RGB value is (230,121,197). Sum of RGB (Red+Green+Blue) = 230+121+197=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E679C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679C5 is #19863A. Grayscale: #A2A2A2. Windows color (decimal): -1672763 or 12941798. OLE color: 12941798.

HSL color Cylindrical-coordinate representation of color #E679C5: hue angle of 318.17º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E679C5 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 121 197 -
CMYK 0 0.47 0.14 0.10
HSL 318.17º 0.69% 0.69% -
HSV(B) 318.17º 0.47% 0.9% -
XYZ 49.55 34.53 56.88 -
YUV 162.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 230 121 197 0 0.47 0.14 0.10 318.17 0.69 0.69
Hex E6 79 C5 0 2F E A 13E 45 45
Octal 346 171 305 0 57 16 12 476 105 105
Binary 11100110 1111001 11000101 0 101111 1110 1010 100111110 1000101 1000101

Color Harmonies of #E679C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679C5

Black with #E679C5

Text Example


Text Example

White with #E679C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679C5; }

 p { color: rgb(230,121,197); }

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

background-color css

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

 a { background-color: rgb(230,121,197); }

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

border-color css

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

 span { border-color: rgb(230,121,197); }

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