Html Css Color HEX #E76CBB Persian Pink

📋 copy color: '#E76CBB'

red 231 ◦ green 108 ◦ blue 187

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

Shades of Persian Pink #E76CBB

Tints of Persian Pink #E76CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.53%

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 43.92%
G = 20.53%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E76CBB (or 0xE76CBB) is known color: Persian Pink. HEX triplet: E7, 6C and BB. RGB value is (231,108,187). Sum of RGB (Red+Green+Blue) = 231+108+187=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CBB is #189344. Grayscale: #999999. Windows color (decimal): -1610565 or 12283111. OLE color: 12283111.

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

Color convert

RGB 231 108 187 -
CMYK 0 0.53 0.19 0.09
HSL 321.46º 0.72% 0.66% -
HSV(B) 321.46º 0.53% 0.91% -
XYZ 47.29 31.3 50.56 -
YUV 153.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 231 108 187 0 0.53 0.19 0.09 321.46 0.72 0.66
Hex E7 6C BB 0 35 13 9 141 48 42
Octal 347 154 273 0 65 23 11 501 110 102
Binary 11100111 1101100 10111011 0 110101 10011 1001 101000001 1001000 1000010

Color Harmonies of #E76CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CBB

Black with #E76CBB

Text Example


Text Example

White with #E76CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CBB; }

 p { color: rgb(231,108,187); }

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

background-color css

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

 a { background-color: rgb(231,108,187); }

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

border-color css

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

 span { border-color: rgb(231,108,187); }

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