Html Css Color HEX #E076BE Persian Pink

📋 copy color: '#E076BE'

red 224 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #E076BE

Tints of Persian Pink #E076BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.18%

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

R = 42.11%
G = 22.18%
B = 35.71%

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

#E076BE (or 0xE076BE) is known color: Persian Pink. HEX triplet: E0, 76 and BE. RGB value is (224,118,190). Sum of RGB (Red+Green+Blue) = 224+118+190=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E076BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076BE is #1F8941. Grayscale: #9D9D9D. Windows color (decimal): -2066754 or 12482272. OLE color: 12482272.

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

Color convert

RGB 224 118 190 -
CMYK 0 0.47 0.15 0.12
HSL 319.25º 0.63% 0.67% -
HSV(B) 319.25º 0.47% 0.88% -
XYZ 46.51 32.52 52.54 -
YUV 157.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 224 118 190 0 0.47 0.15 0.12 319.25 0.63 0.67
Hex E0 76 BE 0 2F F C 13F 3F 43
Octal 340 166 276 0 57 17 14 477 77 103
Binary 11100000 1110110 10111110 0 101111 1111 1100 100111111 111111 1000011

Color Harmonies of #E076BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076BE

Black with #E076BE

Text Example


Text Example

White with #E076BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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