Html Css Color HEX #E077BC Persian Pink

📋 copy color: '#E077BC'

red 224 ◦ green 119 ◦ blue 188

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

Shades of Persian Pink #E077BC

Tints of Persian Pink #E077BC

RGB

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

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

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

R = 42.18%
G = 22.41%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E077BC (or 0xE077BC) is known color: Persian Pink. HEX triplet: E0, 77 and BC. RGB value is (224,119,188). Sum of RGB (Red+Green+Blue) = 224+119+188=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E077BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077BC is #1F8843. Grayscale: #9E9E9E. Windows color (decimal): -2066500 or 12351456. OLE color: 12351456.

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

Color convert

RGB 224 119 188 -
CMYK 0 0.47 0.16 0.12
HSL 320.57º 0.63% 0.67% -
HSV(B) 320.57º 0.47% 0.88% -
XYZ 46.41 32.67 51.44 -
YUV 158.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 224 119 188 0 0.47 0.16 0.12 320.57 0.63 0.67
Hex E0 77 BC 0 2F 10 C 141 3F 43
Octal 340 167 274 0 57 20 14 501 77 103
Binary 11100000 1110111 10111100 0 101111 10000 1100 101000001 111111 1000011

Color Harmonies of #E077BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077BC

Black with #E077BC

Text Example


Text Example

White with #E077BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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