Html Css Color HEX #E076B0 Persian Pink

📋 copy color: '#E076B0'

red 224 ◦ green 118 ◦ blue 176

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

Shades of Persian Pink #E076B0

Tints of Persian Pink #E076B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 43.24%
G = 22.78%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E076B0 (or 0xE076B0) is known color: Persian Pink. HEX triplet: E0, 76 and B0. RGB value is (224,118,176). Sum of RGB (Red+Green+Blue) = 224+118+176=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E076B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076B0 is #1F894F. Grayscale: #9C9C9C. Windows color (decimal): -2066768 or 11564768. OLE color: 11564768.

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

Color convert

RGB 224 118 176 -
CMYK 0 0.47 0.21 0.12
HSL 327.17º 0.63% 0.67% -
HSV(B) 327.17º 0.47% 0.88% -
XYZ 45.06 31.94 44.86 -
YUV 156.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 224 118 176 0 0.47 0.21 0.12 327.17 0.63 0.67
Hex E0 76 B0 0 2F 15 C 147 3F 43
Octal 340 166 260 0 57 25 14 507 77 103
Binary 11100000 1110110 10110000 0 101111 10101 1100 101000111 111111 1000011

Color Harmonies of #E076B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076B0

Black with #E076B0

Text Example


Text Example

White with #E076B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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