Html Css Color HEX #E46FB4 Persian Pink

📋 copy color: '#E46FB4'

red 228 ◦ green 111 ◦ blue 180

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

Shades of Persian Pink #E46FB4

Tints of Persian Pink #E46FB4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.39%

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 43.93%
G = 21.39%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E46FB4 (or 0xE46FB4) is known color: Persian Pink. HEX triplet: E4, 6F and B4. RGB value is (228,111,180). Sum of RGB (Red+Green+Blue) = 228+111+180=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FB4 is #1B904B. Grayscale: #999999. Windows color (decimal): -1806412 or 11825124. OLE color: 11825124.

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

Color convert

RGB 228 111 180 -
CMYK 0 0.51 0.21 0.11
HSL 324.62º 0.68% 0.66% -
HSV(B) 324.62º 0.51% 0.89% -
XYZ 45.92 31.16 46.77 -
YUV 153.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 228 111 180 0 0.51 0.21 0.11 324.62 0.68 0.66
Hex E4 6F B4 0 33 15 B 145 44 42
Octal 344 157 264 0 63 25 13 505 104 102
Binary 11100100 1101111 10110100 0 110011 10101 1011 101000101 1000100 1000010

Color Harmonies of #E46FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46FB4

Black with #E46FB4

Text Example


Text Example

White with #E46FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46FB4; }

 p { color: rgb(228,111,180); }

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

background-color css

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

 a { background-color: rgb(228,111,180); }

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

border-color css

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

 span { border-color: rgb(228,111,180); }

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