Html Css Color HEX #E678C2 Persian Pink

📋 copy color: '#E678C2'

red 230 ◦ green 120 ◦ blue 194

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

Shades of Persian Pink #E678C2

Tints of Persian Pink #E678C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.66%

R = 42.28%
G = 22.06%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E678C2 (or 0xE678C2) is known color: Persian Pink. HEX triplet: E6, 78 and C2. RGB value is (230,120,194). Sum of RGB (Red+Green+Blue) = 230+120+194=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E678C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678C2 is #19873D. Grayscale: #A1A1A1. Windows color (decimal): -1673022 or 12744934. OLE color: 12744934.

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

Color convert

RGB 230 120 194 -
CMYK 0 0.48 0.16 0.10
HSL 319.64º 0.69% 0.69% -
HSV(B) 319.64º 0.48% 0.9% -
XYZ 49.09 34.15 55.04 -
YUV 161.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 230 120 194 0 0.48 0.16 0.10 319.64 0.69 0.69
Hex E6 78 C2 0 30 10 A 140 45 45
Octal 346 170 302 0 60 20 12 500 105 105
Binary 11100110 1111000 11000010 0 110000 10000 1010 101000000 1000101 1000101

Color Harmonies of #E678C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678C2

Black with #E678C2

Text Example


Text Example

White with #E678C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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