Html Css Color HEX #E679C2 Persian Pink

📋 copy color: '#E679C2'

red 230 ◦ green 121 ◦ blue 194

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

Shades of Persian Pink #E679C2

Tints of Persian Pink #E679C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 42.2%
G = 22.2%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E679C2 (or 0xE679C2) is known color: Persian Pink. HEX triplet: E6, 79 and C2. RGB value is (230,121,194). Sum of RGB (Red+Green+Blue) = 230+121+194=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E679C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679C2 is #19863D. Grayscale: #A1A1A1. Windows color (decimal): -1672766 or 12745190. OLE color: 12745190.

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

Color convert

RGB 230 121 194 -
CMYK 0 0.47 0.16 0.10
HSL 319.82º 0.69% 0.69% -
HSV(B) 319.82º 0.47% 0.9% -
XYZ 49.21 34.39 55.08 -
YUV 161.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 230 121 194 0 0.47 0.16 0.10 319.82 0.69 0.69
Hex E6 79 C2 0 2F 10 A 140 45 45
Octal 346 171 302 0 57 20 12 500 105 105
Binary 11100110 1111001 11000010 0 101111 10000 1010 101000000 1000101 1000101

Color Harmonies of #E679C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679C2

Black with #E679C2

Text Example


Text Example

White with #E679C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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