Html Css Color HEX #E678C0 Persian Pink

📋 copy color: '#E678C0'

red 230 ◦ green 120 ◦ blue 192

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

Shades of Persian Pink #E678C0

Tints of Persian Pink #E678C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 42.44%
G = 22.14%
B = 35.42%

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

#E678C0 (or 0xE678C0) is known color: Persian Pink. HEX triplet: E6, 78 and C0. RGB value is (230,120,192). Sum of RGB (Red+Green+Blue) = 230+120+192=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E678C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678C0 is #19873F. Grayscale: #A0A0A0. Windows color (decimal): -1673024 or 12613862. OLE color: 12613862.

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

Color convert

RGB 230 120 192 -
CMYK 0 0.48 0.17 0.10
HSL 320.73º 0.69% 0.69% -
HSV(B) 320.73º 0.48% 0.9% -
XYZ 48.86 34.06 53.87 -
YUV 161.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 230 120 192 0 0.48 0.17 0.10 320.73 0.69 0.69
Hex E6 78 C0 0 30 11 A 141 45 45
Octal 346 170 300 0 60 21 12 501 105 105
Binary 11100110 1111000 11000000 0 110000 10001 1010 101000001 1000101 1000101

Color Harmonies of #E678C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678C0

Black with #E678C0

Text Example


Text Example

White with #E678C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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