Html Css Color HEX #E76FBC Persian Pink

📋 copy color: '#E76FBC'

red 231 ◦ green 111 ◦ blue 188

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

Shades of Persian Pink #E76FBC

Tints of Persian Pink #E76FBC

RGB

 RED value IS 231 (90.63% from 255) = 43.58%

 GREEN value IS 111 (43.75% from 255) = 20.94%

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

R = 43.58%
G = 20.94%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E76FBC (or 0xE76FBC) is known color: Persian Pink. HEX triplet: E7, 6F and BC. RGB value is (231,111,188). Sum of RGB (Red+Green+Blue) = 231+111+188=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FBC is #189043. Grayscale: #9B9B9B. Windows color (decimal): -1609796 or 12349415. OLE color: 12349415.

HSL color Cylindrical-coordinate representation of color #E76FBC: hue angle of 321.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76FBC is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 111 188 -
CMYK 0 0.52 0.19 0.09
HSL 321.5º 0.71% 0.67% -
HSV(B) 321.5º 0.52% 0.91% -
XYZ 47.72 31.99 51.24 -
YUV 155.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 231 111 188 0 0.52 0.19 0.09 321.5 0.71 0.67
Hex E7 6F BC 0 34 13 9 142 47 43
Octal 347 157 274 0 64 23 11 502 107 103
Binary 11100111 1101111 10111100 0 110100 10011 1001 101000010 1000111 1000011

Color Harmonies of #E76FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76FBC

Black with #E76FBC

Text Example


Text Example

White with #E76FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76FBC; }

 p { color: rgb(231,111,188); }

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

background-color css

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

 a { background-color: rgb(231,111,188); }

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

border-color css

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

 span { border-color: rgb(231,111,188); }

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