Html Css Color HEX #E679C3 Persian Pink

📋 copy color: '#E679C3'

red 230 ◦ green 121 ◦ blue 195

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

Shades of Persian Pink #E679C3

Tints of Persian Pink #E679C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.71%

R = 42.12%
G = 22.16%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E679C3 (or 0xE679C3) is known color: Persian Pink. HEX triplet: E6, 79 and C3. RGB value is (230,121,195). Sum of RGB (Red+Green+Blue) = 230+121+195=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E679C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679C3 is #19863C. Grayscale: #A1A1A1. Windows color (decimal): -1672765 or 12810726. OLE color: 12810726.

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

Color convert

RGB 230 121 195 -
CMYK 0 0.47 0.15 0.10
HSL 319.27º 0.69% 0.69% -
HSV(B) 319.27º 0.47% 0.9% -
XYZ 49.32 34.44 55.68 -
YUV 162.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 230 121 195 0 0.47 0.15 0.10 319.27 0.69 0.69
Hex E6 79 C3 0 2F F A 13F 45 45
Octal 346 171 303 0 57 17 12 477 105 105
Binary 11100110 1111001 11000011 0 101111 1111 1010 100111111 1000101 1000101

Color Harmonies of #E679C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679C3

Black with #E679C3

Text Example


Text Example

White with #E679C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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