Html Css Color HEX #E46DB5 Persian Pink

📋 copy color: '#E46DB5'

red 228 ◦ green 109 ◦ blue 181

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

Shades of Persian Pink #E46DB5

Tints of Persian Pink #E46DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.04%

 BLUE value IS 181 (71.09% from 255) = 34.94%

R = 44.02%
G = 21.04%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E46DB5 (or 0xE46DB5) is known color: Persian Pink. HEX triplet: E4, 6D and B5. RGB value is (228,109,181). Sum of RGB (Red+Green+Blue) = 228+109+181=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DB5 is #1B924A. Grayscale: #989898. Windows color (decimal): -1806923 or 11890148. OLE color: 11890148.

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

Color convert

RGB 228 109 181 -
CMYK 0 0.52 0.21 0.11
HSL 323.7º 0.69% 0.66% -
HSV(B) 323.7º 0.52% 0.89% -
XYZ 45.8 30.77 47.24 -
YUV 152.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 228 109 181 0 0.52 0.21 0.11 323.7 0.69 0.66
Hex E4 6D B5 0 34 15 B 144 45 42
Octal 344 155 265 0 64 25 13 504 105 102
Binary 11100100 1101101 10110101 0 110100 10101 1011 101000100 1000101 1000010

Color Harmonies of #E46DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46DB5

Black with #E46DB5

Text Example


Text Example

White with #E46DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46DB5; }

 p { color: rgb(228,109,181); }

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

background-color css

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

 a { background-color: rgb(228,109,181); }

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

border-color css

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

 span { border-color: rgb(228,109,181); }

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