Html Css Color HEX #E77BBE Persian Pink

📋 copy color: '#E77BBE'

red 231 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #E77BBE

Tints of Persian Pink #E77BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 42.46%
G = 22.61%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E77BBE (or 0xE77BBE) is known color: Persian Pink. HEX triplet: E7, 7B and BE. RGB value is (231,123,190). Sum of RGB (Red+Green+Blue) = 231+123+190=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BBE is #188441. Grayscale: #A2A2A2. Windows color (decimal): -1606722 or 12483559. OLE color: 12483559.

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

Color convert

RGB 231 123 190 -
CMYK 0 0.47 0.18 0.09
HSL 322.78º 0.69% 0.69% -
HSV(B) 322.78º 0.47% 0.91% -
XYZ 49.33 34.87 52.85 -
YUV 162.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 231 123 190 0 0.47 0.18 0.09 322.78 0.69 0.69
Hex E7 7B BE 0 2F 12 9 143 45 45
Octal 347 173 276 0 57 22 11 503 105 105
Binary 11100111 1111011 10111110 0 101111 10010 1001 101000011 1000101 1000101

Color Harmonies of #E77BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BBE

Black with #E77BBE

Text Example


Text Example

White with #E77BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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