Html Css Color HEX #E77BB4 Persian Pink

📋 copy color: '#E77BB4'

red 231 ◦ green 123 ◦ blue 180

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

Shades of Persian Pink #E77BB4

Tints of Persian Pink #E77BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.71%

R = 43.26%
G = 23.03%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E77BB4 (or 0xE77BB4) is known color: Persian Pink. HEX triplet: E7, 7B and B4. RGB value is (231,123,180). Sum of RGB (Red+Green+Blue) = 231+123+180=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BB4 is #18844B. Grayscale: #A1A1A1. Windows color (decimal): -1606732 or 11828199. OLE color: 11828199.

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

Color convert

RGB 231 123 180 -
CMYK 0 0.47 0.22 0.09
HSL 328.33º 0.69% 0.69% -
HSV(B) 328.33º 0.47% 0.91% -
XYZ 48.28 34.45 47.29 -
YUV 161.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 231 123 180 0 0.47 0.22 0.09 328.33 0.69 0.69
Hex E7 7B B4 0 2F 16 9 148 45 45
Octal 347 173 264 0 57 26 11 510 105 105
Binary 11100111 1111011 10110100 0 101111 10110 1001 101001000 1000101 1000101

Color Harmonies of #E77BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BB4

Black with #E77BB4

Text Example


Text Example

White with #E77BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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