Html Css Color HEX #E77BBC Persian Pink

📋 copy color: '#E77BBC'

red 231 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #E77BBC

Tints of Persian Pink #E77BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.69%

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

R = 42.62%
G = 22.69%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E77BBC (or 0xE77BBC) is known color: Persian Pink. HEX triplet: E7, 7B and BC. RGB value is (231,123,188). Sum of RGB (Red+Green+Blue) = 231+123+188=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BBC is #188443. Grayscale: #A2A2A2. Windows color (decimal): -1606724 or 12352487. OLE color: 12352487.

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

Color convert

RGB 231 123 188 -
CMYK 0 0.47 0.19 0.09
HSL 323.89º 0.69% 0.69% -
HSV(B) 323.89º 0.47% 0.91% -
XYZ 49.12 34.79 51.7 -
YUV 162.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 231 123 188 0 0.47 0.19 0.09 323.89 0.69 0.69
Hex E7 7B BC 0 2F 13 9 144 45 45
Octal 347 173 274 0 57 23 11 504 105 105
Binary 11100111 1111011 10111100 0 101111 10011 1001 101000100 1000101 1000101

Color Harmonies of #E77BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BBC

Black with #E77BBC

Text Example


Text Example

White with #E77BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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