Html Css Color HEX #E472BD Persian Pink

📋 copy color: '#E472BD'

red 228 ◦ green 114 ◦ blue 189

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

Shades of Persian Pink #E472BD

Tints of Persian Pink #E472BD

RGB

 RED value IS 228 (89.45% from 255) = 42.94%

 GREEN value IS 114 (44.92% from 255) = 21.47%

 BLUE value IS 189 (74.22% from 255) = 35.59%

R = 42.94%
G = 21.47%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E472BD (or 0xE472BD) is known color: Persian Pink. HEX triplet: E4, 72 and BD. RGB value is (228,114,189). Sum of RGB (Red+Green+Blue) = 228+114+189=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E472BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472BD is #1B8D42. Grayscale: #9C9C9C. Windows color (decimal): -1805635 or 12415716. OLE color: 12415716.

HSL color Cylindrical-coordinate representation of color #E472BD: hue angle of 320.53º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E472BD is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 114 189 -
CMYK 0 0.50 0.17 0.11
HSL 320.53º 0.68% 0.67% -
HSV(B) 320.53º 0.5% 0.89% -
XYZ 47.2 32.2 51.87 -
YUV 156.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 228 114 189 0 0.50 0.17 0.11 320.53 0.68 0.67
Hex E4 72 BD 0 32 11 B 141 44 43
Octal 344 162 275 0 62 21 13 501 104 103
Binary 11100100 1110010 10111101 0 110010 10001 1011 101000001 1000100 1000011

Color Harmonies of #E472BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E472BD

Black with #E472BD

Text Example


Text Example

White with #E472BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E472BD; }

 p { color: rgb(228,114,189); }

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

background-color css

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

 a { background-color: rgb(228,114,189); }

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

border-color css

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

 span { border-color: rgb(228,114,189); }

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