Html Css Color HEX #E676C6 Persian Pink

📋 copy color: '#E676C6'

red 230 ◦ green 118 ◦ blue 198

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

Shades of Persian Pink #E676C6

Tints of Persian Pink #E676C6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.61%

 BLUE value IS 198 (77.73% from 255) = 36.26%

R = 42.12%
G = 21.61%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E676C6 (or 0xE676C6) is known color: Persian Pink. HEX triplet: E6, 76 and C6. RGB value is (230,118,198). Sum of RGB (Red+Green+Blue) = 230+118+198=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E676C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676C6 is #198939. Grayscale: #A0A0A0. Windows color (decimal): -1673530 or 13006566. OLE color: 13006566.

HSL color Cylindrical-coordinate representation of color #E676C6: hue angle of 317.14º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E676C6 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 118 198 -
CMYK 0 0.49 0.14 0.10
HSL 317.14º 0.69% 0.68% -
HSV(B) 317.14º 0.49% 0.9% -
XYZ 49.3 33.86 57.36 -
YUV 160.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 230 118 198 0 0.49 0.14 0.10 317.14 0.69 0.68
Hex E6 76 C6 0 31 E A 13D 45 44
Octal 346 166 306 0 61 16 12 475 105 104
Binary 11100110 1110110 11000110 0 110001 1110 1010 100111101 1000101 1000100

Color Harmonies of #E676C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E676C6

Black with #E676C6

Text Example


Text Example

White with #E676C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E676C6; }

 p { color: rgb(230,118,198); }

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

background-color css

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

 a { background-color: rgb(230,118,198); }

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

border-color css

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

 span { border-color: rgb(230,118,198); }

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