Html Css Color HEX #E077BE Persian Pink

📋 copy color: '#E077BE'

red 224 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #E077BE

Tints of Persian Pink #E077BE

RGB

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

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

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

R = 42.03%
G = 22.33%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E077BE (or 0xE077BE) is known color: Persian Pink. HEX triplet: E0, 77 and BE. RGB value is (224,119,190). Sum of RGB (Red+Green+Blue) = 224+119+190=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E077BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077BE is #1F8841. Grayscale: #9E9E9E. Windows color (decimal): -2066498 or 12482528. OLE color: 12482528.

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

Color convert

RGB 224 119 190 -
CMYK 0 0.47 0.15 0.12
HSL 319.43º 0.63% 0.67% -
HSV(B) 319.43º 0.47% 0.88% -
XYZ 46.63 32.76 52.58 -
YUV 158.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 224 119 190 0 0.47 0.15 0.12 319.43 0.63 0.67
Hex E0 77 BE 0 2F F C 13F 3F 43
Octal 340 167 276 0 57 17 14 477 77 103
Binary 11100000 1110111 10111110 0 101111 1111 1100 100111111 111111 1000011

Color Harmonies of #E077BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077BE

Black with #E077BE

Text Example


Text Example

White with #E077BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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