Html Css Color HEX #E77BBB Persian Pink

📋 copy color: '#E77BBB'

red 231 ◦ green 123 ◦ blue 187

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

Shades of Persian Pink #E77BBB

Tints of Persian Pink #E77BBB

RGB

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

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

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

R = 42.7%
G = 22.74%
B = 34.57%

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

#E77BBB (or 0xE77BBB) is known color: Persian Pink. HEX triplet: E7, 7B and BB. RGB value is (231,123,187). Sum of RGB (Red+Green+Blue) = 231+123+187=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BBB is #188444. Grayscale: #A2A2A2. Windows color (decimal): -1606725 or 12286951. OLE color: 12286951.

HSL color Cylindrical-coordinate representation of color #E77BBB: hue angle of 324.44º 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 #E77BBB is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 123 187 -
CMYK 0 0.47 0.19 0.09
HSL 324.44º 0.69% 0.69% -
HSV(B) 324.44º 0.47% 0.91% -
XYZ 49.01 34.74 51.14 -
YUV 162.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 231 123 187 0 0.47 0.19 0.09 324.44 0.69 0.69
Hex E7 7B BB 0 2F 13 9 144 45 45
Octal 347 173 273 0 57 23 11 504 105 105
Binary 11100111 1111011 10111011 0 101111 10011 1001 101000100 1000101 1000101

Color Harmonies of #E77BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BBB

Black with #E77BBB

Text Example


Text Example

White with #E77BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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