Html Css Color HEX #E679BC Persian Pink

📋 copy color: '#E679BC'

red 230 ◦ green 121 ◦ blue 188

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

Shades of Persian Pink #E679BC

Tints of Persian Pink #E679BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 42.67%
G = 22.45%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E679BC (or 0xE679BC) is known color: Persian Pink. HEX triplet: E6, 79 and BC. RGB value is (230,121,188). Sum of RGB (Red+Green+Blue) = 230+121+188=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E679BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679BC is #198643. Grayscale: #A1A1A1. Windows color (decimal): -1672772 or 12351974. OLE color: 12351974.

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

Color convert

RGB 230 121 188 -
CMYK 0 0.47 0.18 0.10
HSL 323.12º 0.69% 0.69% -
HSV(B) 323.12º 0.47% 0.9% -
XYZ 48.55 34.13 51.61 -
YUV 161.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 230 121 188 0 0.47 0.18 0.10 323.12 0.69 0.69
Hex E6 79 BC 0 2F 12 A 143 45 45
Octal 346 171 274 0 57 22 12 503 105 105
Binary 11100110 1111001 10111100 0 101111 10010 1010 101000011 1000101 1000101

Color Harmonies of #E679BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679BC

Black with #E679BC

Text Example


Text Example

White with #E679BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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