Html Css Color HEX #E679C0 Persian Pink

📋 copy color: '#E679C0'

red 230 ◦ green 121 ◦ blue 192

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

Shades of Persian Pink #E679C0

Tints of Persian Pink #E679C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.36%

R = 42.36%
G = 22.28%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E679C0 (or 0xE679C0) is known color: Persian Pink. HEX triplet: E6, 79 and C0. RGB value is (230,121,192). Sum of RGB (Red+Green+Blue) = 230+121+192=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E679C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679C0 is #19863F. Grayscale: #A1A1A1. Windows color (decimal): -1672768 or 12614118. OLE color: 12614118.

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

Color convert

RGB 230 121 192 -
CMYK 0 0.47 0.17 0.10
HSL 320.92º 0.69% 0.69% -
HSV(B) 320.92º 0.47% 0.9% -
XYZ 48.98 34.3 53.91 -
YUV 161.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 230 121 192 0 0.47 0.17 0.10 320.92 0.69 0.69
Hex E6 79 C0 0 2F 11 A 141 45 45
Octal 346 171 300 0 57 21 12 501 105 105
Binary 11100110 1111001 11000000 0 101111 10001 1010 101000001 1000101 1000101

Color Harmonies of #E679C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679C0

Black with #E679C0

Text Example


Text Example

White with #E679C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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