Html Css Color HEX #E46DBD Persian Pink

📋 copy color: '#E46DBD'

red 228 ◦ green 109 ◦ blue 189

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

Shades of Persian Pink #E46DBD

Tints of Persian Pink #E46DBD

RGB

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

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

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

R = 43.35%
G = 20.72%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E46DBD (or 0xE46DBD) is known color: Persian Pink. HEX triplet: E4, 6D and BD. RGB value is (228,109,189). Sum of RGB (Red+Green+Blue) = 228+109+189=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DBD is #1B9242. Grayscale: #999999. Windows color (decimal): -1806915 or 12414436. OLE color: 12414436.

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

Color convert

RGB 228 109 189 -
CMYK 0 0.52 0.17 0.11
HSL 319.66º 0.69% 0.66% -
HSV(B) 319.66º 0.52% 0.89% -
XYZ 46.65 31.11 51.69 -
YUV 153.7 147.92 181 -
System Red Green Blue C M Y K H S L
Decimal 228 109 189 0 0.52 0.17 0.11 319.66 0.69 0.66
Hex E4 6D BD 0 34 11 B 140 45 42
Octal 344 155 275 0 64 21 13 500 105 102
Binary 11100100 1101101 10111101 0 110100 10001 1011 101000000 1000101 1000010

Color Harmonies of #E46DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46DBD

Black with #E46DBD

Text Example


Text Example

White with #E46DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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