Html Css Color HEX #E678B8 Persian Pink

📋 copy color: '#E678B8'

red 230 ◦ green 120 ◦ blue 184

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

Shades of Persian Pink #E678B8

Tints of Persian Pink #E678B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.46%

R = 43.07%
G = 22.47%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#E678B8 (or 0xE678B8) is known color: Persian Pink. HEX triplet: E6, 78 and B8. RGB value is (230,120,184). Sum of RGB (Red+Green+Blue) = 230+120+184=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E678B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678B8 is #198747. Grayscale: #A0A0A0. Windows color (decimal): -1673032 or 12089574. OLE color: 12089574.

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

Color convert

RGB 230 120 184 -
CMYK 0 0.48 0.2 0.10
HSL 325.09º 0.69% 0.69% -
HSV(B) 325.09º 0.48% 0.9% -
XYZ 48 33.72 49.33 -
YUV 160.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 230 120 184 0 0.48 0.2 0.10 325.09 0.69 0.69
Hex E6 78 B8 0 30 14 A 145 45 45
Octal 346 170 270 0 60 24 12 505 105 105
Binary 11100110 1111000 10111000 0 110000 10100 1010 101000101 1000101 1000101

Color Harmonies of #E678B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678B8

Black with #E678B8

Text Example


Text Example

White with #E678B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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