Html Css Color HEX #E679BA Persian Pink

📋 copy color: '#E679BA'

red 230 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #E679BA

Tints of Persian Pink #E679BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 42.83%
G = 22.53%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E679BA (or 0xE679BA) is known color: Persian Pink. HEX triplet: E6, 79 and BA. RGB value is (230,121,186). Sum of RGB (Red+Green+Blue) = 230+121+186=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E679BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679BA is #198645. Grayscale: #A0A0A0. Windows color (decimal): -1672774 or 12220902. OLE color: 12220902.

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

Color convert

RGB 230 121 186 -
CMYK 0 0.47 0.19 0.10
HSL 324.22º 0.69% 0.69% -
HSV(B) 324.22º 0.47% 0.9% -
XYZ 48.33 34.04 50.48 -
YUV 161 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 230 121 186 0 0.47 0.19 0.10 324.22 0.69 0.69
Hex E6 79 BA 0 2F 13 A 144 45 45
Octal 346 171 272 0 57 23 12 504 105 105
Binary 11100110 1111001 10111010 0 101111 10011 1010 101000100 1000101 1000101

Color Harmonies of #E679BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679BA

Black with #E679BA

Text Example


Text Example

White with #E679BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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