Html Css Color HEX #E677C1 Persian Pink

📋 copy color: '#E677C1'

red 230 ◦ green 119 ◦ blue 193

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

Shades of Persian Pink #E677C1

Tints of Persian Pink #E677C1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.96%

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

R = 42.44%
G = 21.96%
B = 35.61%

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

#E677C1 (or 0xE677C1) is known color: Persian Pink. HEX triplet: E6, 77 and C1. RGB value is (230,119,193). Sum of RGB (Red+Green+Blue) = 230+119+193=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E677C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677C1 is #19883E. Grayscale: #A0A0A0. Windows color (decimal): -1673279 or 12679142. OLE color: 12679142.

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

Color convert

RGB 230 119 193 -
CMYK 0 0.48 0.16 0.10
HSL 320º 0.69% 0.68% -
HSV(B) 320º 0.48% 0.9% -
XYZ 48.86 33.87 54.41 -
YUV 160.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 230 119 193 0 0.48 0.16 0.10 320 0.69 0.68
Hex E6 77 C1 0 30 10 A 140 45 44
Octal 346 167 301 0 60 20 12 500 105 104
Binary 11100110 1110111 11000001 0 110000 10000 1010 101000000 1000101 1000100

Color Harmonies of #E677C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E677C1

Black with #E677C1

Text Example


Text Example

White with #E677C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E677C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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