Html Css Color HEX #E076B2 Persian Pink

📋 copy color: '#E076B2'

red 224 ◦ green 118 ◦ blue 178

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

Shades of Persian Pink #E076B2

Tints of Persian Pink #E076B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 43.08%
G = 22.69%
B = 34.23%

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

#E076B2 (or 0xE076B2) is known color: Persian Pink. HEX triplet: E0, 76 and B2. RGB value is (224,118,178). Sum of RGB (Red+Green+Blue) = 224+118+178=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E076B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076B2 is #1F894D. Grayscale: #9C9C9C. Windows color (decimal): -2066766 or 11695840. OLE color: 11695840.

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

Color convert

RGB 224 118 178 -
CMYK 0 0.47 0.21 0.12
HSL 326.04º 0.63% 0.67% -
HSV(B) 326.04º 0.47% 0.88% -
XYZ 45.25 32.02 45.91 -
YUV 156.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 224 118 178 0 0.47 0.21 0.12 326.04 0.63 0.67
Hex E0 76 B2 0 2F 15 C 146 3F 43
Octal 340 166 262 0 57 25 14 506 77 103
Binary 11100000 1110110 10110010 0 101111 10101 1100 101000110 111111 1000011

Color Harmonies of #E076B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076B2

Black with #E076B2

Text Example


Text Example

White with #E076B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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