Html Css Color HEX #E678BA Persian Pink

📋 copy color: '#E678BA'

red 230 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #E678BA

Tints of Persian Pink #E678BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.39%

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

R = 42.91%
G = 22.39%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E678BA (or 0xE678BA) is known color: Persian Pink. HEX triplet: E6, 78 and BA. RGB value is (230,120,186). Sum of RGB (Red+Green+Blue) = 230+120+186=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E678BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678BA is #198745. Grayscale: #A0A0A0. Windows color (decimal): -1673030 or 12220646. OLE color: 12220646.

HSL color Cylindrical-coordinate representation of color #E678BA: hue angle of 324º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E678BA is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 120 186 -
CMYK 0 0.48 0.19 0.10
HSL 324º 0.69% 0.69% -
HSV(B) 324º 0.48% 0.9% -
XYZ 48.21 33.8 50.44 -
YUV 160.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 230 120 186 0 0.48 0.19 0.10 324 0.69 0.69
Hex E6 78 BA 0 30 13 A 144 45 45
Octal 346 170 272 0 60 23 12 504 105 105
Binary 11100110 1111000 10111010 0 110000 10011 1010 101000100 1000101 1000101

Color Harmonies of #E678BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678BA

Black with #E678BA

Text Example


Text Example

White with #E678BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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