Html Css Color HEX #E679C7 Persian Pink

📋 copy color: '#E679C7'

red 230 ◦ green 121 ◦ blue 199

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

Shades of Persian Pink #E679C7

Tints of Persian Pink #E679C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.18%

R = 41.82%
G = 22%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E679C7 (or 0xE679C7) is known color: Persian Pink. HEX triplet: E6, 79 and C7. RGB value is (230,121,199). Sum of RGB (Red+Green+Blue) = 230+121+199=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E679C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679C7 is #198638. Grayscale: #A2A2A2. Windows color (decimal): -1672761 or 13072870. OLE color: 13072870.

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

Color convert

RGB 230 121 199 -
CMYK 0 0.47 0.13 0.10
HSL 317.06º 0.69% 0.69% -
HSV(B) 317.06º 0.47% 0.9% -
XYZ 49.78 34.62 58.09 -
YUV 162.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 230 121 199 0 0.47 0.13 0.10 317.06 0.69 0.69
Hex E6 79 C7 0 2F D A 13D 45 45
Octal 346 171 307 0 57 15 12 475 105 105
Binary 11100110 1111001 11000111 0 101111 1101 1010 100111101 1000101 1000101

Color Harmonies of #E679C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679C7

Black with #E679C7

Text Example


Text Example

White with #E679C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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