Html Css Color HEX #E679BD Persian Pink

📋 copy color: '#E679BD'

red 230 ◦ green 121 ◦ blue 189

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

Shades of Persian Pink #E679BD

Tints of Persian Pink #E679BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35%

R = 42.59%
G = 22.41%
B = 35%

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

#E679BD (or 0xE679BD) is known color: Persian Pink. HEX triplet: E6, 79 and BD. RGB value is (230,121,189). Sum of RGB (Red+Green+Blue) = 230+121+189=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E679BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679BD is #198642. Grayscale: #A1A1A1. Windows color (decimal): -1672771 or 12417510. OLE color: 12417510.

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

Color convert

RGB 230 121 189 -
CMYK 0 0.47 0.18 0.10
HSL 322.57º 0.69% 0.69% -
HSV(B) 322.57º 0.47% 0.9% -
XYZ 48.66 34.17 52.18 -
YUV 161.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 230 121 189 0 0.47 0.18 0.10 322.57 0.69 0.69
Hex E6 79 BD 0 2F 12 A 143 45 45
Octal 346 171 275 0 57 22 12 503 105 105
Binary 11100110 1111001 10111101 0 101111 10010 1010 101000011 1000101 1000101

Color Harmonies of #E679BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679BD

Black with #E679BD

Text Example


Text Example

White with #E679BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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