Html Css Color HEX #E678BC Persian Pink

📋 copy color: '#E678BC'

red 230 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #E678BC

Tints of Persian Pink #E678BC

RGB

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

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

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

R = 42.75%
G = 22.3%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E678BC (or 0xE678BC) is known color: Persian Pink. HEX triplet: E6, 78 and BC. RGB value is (230,120,188). Sum of RGB (Red+Green+Blue) = 230+120+188=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E678BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678BC is #198743. Grayscale: #A0A0A0. Windows color (decimal): -1673028 or 12351718. OLE color: 12351718.

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

Color convert

RGB 230 120 188 -
CMYK 0 0.48 0.18 0.10
HSL 322.91º 0.69% 0.69% -
HSV(B) 322.91º 0.48% 0.9% -
XYZ 48.43 33.89 51.57 -
YUV 160.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 230 120 188 0 0.48 0.18 0.10 322.91 0.69 0.69
Hex E6 78 BC 0 30 12 A 143 45 45
Octal 346 170 274 0 60 22 12 503 105 105
Binary 11100110 1111000 10111100 0 110000 10010 1010 101000011 1000101 1000101

Color Harmonies of #E678BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678BC

Black with #E678BC

Text Example


Text Example

White with #E678BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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