Html Css Color HEX #E470B2 Persian Pink

📋 copy color: '#E470B2'

red 228 ◦ green 112 ◦ blue 178

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

Shades of Persian Pink #E470B2

Tints of Persian Pink #E470B2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.62%

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

R = 44.02%
G = 21.62%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E470B2 (or 0xE470B2) is known color: Persian Pink. HEX triplet: E4, 70 and B2. RGB value is (228,112,178). Sum of RGB (Red+Green+Blue) = 228+112+178=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E470B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E470B2 is #1B8F4D. Grayscale: #9A9A9A. Windows color (decimal): -1806158 or 11694308. OLE color: 11694308.

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

Color convert

RGB 228 112 178 -
CMYK 0 0.51 0.22 0.11
HSL 325.86º 0.68% 0.67% -
HSV(B) 325.86º 0.51% 0.89% -
XYZ 45.82 31.3 45.75 -
YUV 154.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 228 112 178 0 0.51 0.22 0.11 325.86 0.68 0.67
Hex E4 70 B2 0 33 16 B 146 44 43
Octal 344 160 262 0 63 26 13 506 104 103
Binary 11100100 1110000 10110010 0 110011 10110 1011 101000110 1000100 1000011

Color Harmonies of #E470B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E470B2

Black with #E470B2

Text Example


Text Example

White with #E470B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E470B2; }

 p { color: rgb(228,112,178); }

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

background-color css

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

 a { background-color: rgb(228,112,178); }

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

border-color css

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

 span { border-color: rgb(228,112,178); }

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