Html Css Color HEX #E676C1 Persian Pink

📋 copy color: '#E676C1'

red 230 ◦ green 118 ◦ blue 193

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

Shades of Persian Pink #E676C1

Tints of Persian Pink #E676C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.67%

R = 42.51%
G = 21.81%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E676C1 (or 0xE676C1) is known color: Persian Pink. HEX triplet: E6, 76 and C1. RGB value is (230,118,193). Sum of RGB (Red+Green+Blue) = 230+118+193=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E676C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676C1 is #19893E. Grayscale: #9F9F9F. Windows color (decimal): -1673535 or 12678886. OLE color: 12678886.

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

Color convert

RGB 230 118 193 -
CMYK 0 0.49 0.16 0.10
HSL 319.82º 0.69% 0.68% -
HSV(B) 319.82º 0.49% 0.9% -
XYZ 48.74 33.63 54.37 -
YUV 160.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 230 118 193 0 0.49 0.16 0.10 319.82 0.69 0.68
Hex E6 76 C1 0 31 10 A 140 45 44
Octal 346 166 301 0 61 20 12 500 105 104
Binary 11100110 1110110 11000001 0 110001 10000 1010 101000000 1000101 1000100

Color Harmonies of #E676C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E676C1

Black with #E676C1

Text Example


Text Example

White with #E676C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E676C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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