Html Css Color HEX #E678BD Persian Pink

📋 copy color: '#E678BD'

red 230 ◦ green 120 ◦ blue 189

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

Shades of Persian Pink #E678BD

Tints of Persian Pink #E678BD

RGB

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

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

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

R = 42.67%
G = 22.26%
B = 35.06%

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

#E678BD (or 0xE678BD) is known color: Persian Pink. HEX triplet: E6, 78 and BD. RGB value is (230,120,189). Sum of RGB (Red+Green+Blue) = 230+120+189=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E678BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678BD is #198742. Grayscale: #A0A0A0. Windows color (decimal): -1673027 or 12417254. OLE color: 12417254.

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

Color convert

RGB 230 120 189 -
CMYK 0 0.48 0.18 0.10
HSL 322.36º 0.69% 0.69% -
HSV(B) 322.36º 0.48% 0.9% -
XYZ 48.53 33.93 52.14 -
YUV 160.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 230 120 189 0 0.48 0.18 0.10 322.36 0.69 0.69
Hex E6 78 BD 0 30 12 A 142 45 45
Octal 346 170 275 0 60 22 12 502 105 105
Binary 11100110 1111000 10111101 0 110000 10010 1010 101000010 1000101 1000101

Color Harmonies of #E678BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678BD

Black with #E678BD

Text Example


Text Example

White with #E678BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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