Html Css Color HEX #E676BC Persian Pink

📋 copy color: '#E676BC'

red 230 ◦ green 118 ◦ blue 188

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

Shades of Persian Pink #E676BC

Tints of Persian Pink #E676BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 42.91%
G = 22.01%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E676BC (or 0xE676BC) is known color: Persian Pink. HEX triplet: E6, 76 and BC. RGB value is (230,118,188). Sum of RGB (Red+Green+Blue) = 230+118+188=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E676BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676BC is #198943. Grayscale: #9F9F9F. Windows color (decimal): -1673540 or 12351206. OLE color: 12351206.

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

Color convert

RGB 230 118 188 -
CMYK 0 0.49 0.18 0.10
HSL 322.5º 0.69% 0.68% -
HSV(B) 322.5º 0.49% 0.9% -
XYZ 48.19 33.41 51.49 -
YUV 159.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 230 118 188 0 0.49 0.18 0.10 322.5 0.69 0.68
Hex E6 76 BC 0 31 12 A 142 45 44
Octal 346 166 274 0 61 22 12 502 105 104
Binary 11100110 1110110 10111100 0 110001 10010 1010 101000010 1000101 1000100

Color Harmonies of #E676BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E676BC

Black with #E676BC

Text Example


Text Example

White with #E676BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E676BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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