Html Css Color HEX #E077BB Persian Pink

📋 copy color: '#E077BB'

red 224 ◦ green 119 ◦ blue 187

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

Shades of Persian Pink #E077BB

Tints of Persian Pink #E077BB

RGB

 RED value IS 224 (87.89% from 255) = 42.26%

 GREEN value IS 119 (46.88% from 255) = 22.45%

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

R = 42.26%
G = 22.45%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E077BB (or 0xE077BB) is known color: Persian Pink. HEX triplet: E0, 77 and BB. RGB value is (224,119,187). Sum of RGB (Red+Green+Blue) = 224+119+187=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E077BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077BB is #1F8844. Grayscale: #9D9D9D. Windows color (decimal): -2066501 or 12285920. OLE color: 12285920.

HSL color Cylindrical-coordinate representation of color #E077BB: hue angle of 321.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077BB is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 187 -
CMYK 0 0.47 0.17 0.12
HSL 321.14º 0.63% 0.67% -
HSV(B) 321.14º 0.47% 0.88% -
XYZ 46.31 32.63 50.87 -
YUV 158.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 224 119 187 0 0.47 0.17 0.12 321.14 0.63 0.67
Hex E0 77 BB 0 2F 11 C 141 3F 43
Octal 340 167 273 0 57 21 14 501 77 103
Binary 11100000 1110111 10111011 0 101111 10001 1100 101000001 111111 1000011

Color Harmonies of #E077BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077BB

Black with #E077BB

Text Example


Text Example

White with #E077BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077BB; }

 p { color: rgb(224,119,187); }

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

background-color css

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

 a { background-color: rgb(224,119,187); }

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

border-color css

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

 span { border-color: rgb(224,119,187); }

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