Html Css Color HEX #E678BF Persian Pink

📋 copy color: '#E678BF'

red 230 ◦ green 120 ◦ blue 191

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

Shades of Persian Pink #E678BF

Tints of Persian Pink #E678BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.3%

R = 42.51%
G = 22.18%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E678BF (or 0xE678BF) is known color: Persian Pink. HEX triplet: E6, 78 and BF. RGB value is (230,120,191). Sum of RGB (Red+Green+Blue) = 230+120+191=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E678BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678BF is #198740. Grayscale: #A0A0A0. Windows color (decimal): -1673025 or 12548326. OLE color: 12548326.

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

Color convert

RGB 230 120 191 -
CMYK 0 0.48 0.17 0.10
HSL 321.27º 0.69% 0.69% -
HSV(B) 321.27º 0.48% 0.9% -
XYZ 48.75 34.02 53.29 -
YUV 160.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 230 120 191 0 0.48 0.17 0.10 321.27 0.69 0.69
Hex E6 78 BF 0 30 11 A 141 45 45
Octal 346 170 277 0 60 21 12 501 105 105
Binary 11100110 1111000 10111111 0 110000 10001 1010 101000001 1000101 1000101

Color Harmonies of #E678BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678BF

Black with #E678BF

Text Example


Text Example

White with #E678BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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