Html Css Color HEX #E076BA Persian Pink

📋 copy color: '#E076BA'

red 224 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #E076BA

Tints of Persian Pink #E076BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 42.42%
G = 22.35%
B = 35.23%

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

#E076BA (or 0xE076BA) is known color: Persian Pink. HEX triplet: E0, 76 and BA. RGB value is (224,118,186). Sum of RGB (Red+Green+Blue) = 224+118+186=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E076BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076BA is #1F8945. Grayscale: #9D9D9D. Windows color (decimal): -2066758 or 12220128. OLE color: 12220128.

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

Color convert

RGB 224 118 186 -
CMYK 0 0.47 0.17 0.12
HSL 321.51º 0.63% 0.67% -
HSV(B) 321.51º 0.47% 0.88% -
XYZ 46.08 32.35 50.27 -
YUV 157.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 224 118 186 0 0.47 0.17 0.12 321.51 0.63 0.67
Hex E0 76 BA 0 2F 11 C 142 3F 43
Octal 340 166 272 0 57 21 14 502 77 103
Binary 11100000 1110110 10111010 0 101111 10001 1100 101000010 111111 1000011

Color Harmonies of #E076BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076BA

Black with #E076BA

Text Example


Text Example

White with #E076BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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