Html Css Color HEX #E46FBE Persian Pink

📋 copy color: '#E46FBE'

red 228 ◦ green 111 ◦ blue 190

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

Shades of Persian Pink #E46FBE

Tints of Persian Pink #E46FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 43.1%
G = 20.98%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E46FBE (or 0xE46FBE) is known color: Persian Pink. HEX triplet: E4, 6F and BE. RGB value is (228,111,190). Sum of RGB (Red+Green+Blue) = 228+111+190=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FBE is #1B9041. Grayscale: #9A9A9A. Windows color (decimal): -1806402 or 12480484. OLE color: 12480484.

HSL color Cylindrical-coordinate representation of color #E46FBE: hue angle of 319.49º 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 #E46FBE is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 111 190 -
CMYK 0 0.51 0.17 0.11
HSL 319.49º 0.68% 0.66% -
HSV(B) 319.49º 0.51% 0.89% -
XYZ 46.97 31.58 52.34 -
YUV 154.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 228 111 190 0 0.51 0.17 0.11 319.49 0.68 0.66
Hex E4 6F BE 0 33 11 B 13F 44 42
Octal 344 157 276 0 63 21 13 477 104 102
Binary 11100100 1101111 10111110 0 110011 10001 1011 100111111 1000100 1000010

Color Harmonies of #E46FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46FBE

Black with #E46FBE

Text Example


Text Example

White with #E46FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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