Html Css Color HEX #E46EB4 Persian Pink

📋 copy color: '#E46EB4'

red 228 ◦ green 110 ◦ blue 180

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

Shades of Persian Pink #E46EB4

Tints of Persian Pink #E46EB4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.24%

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

R = 44.02%
G = 21.24%
B = 34.75%

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

#E46EB4 (or 0xE46EB4) is known color: Persian Pink. HEX triplet: E4, 6E and B4. RGB value is (228,110,180). Sum of RGB (Red+Green+Blue) = 228+110+180=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E46EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46EB4 is #1B914B. Grayscale: #999999. Windows color (decimal): -1806668 or 11824868. OLE color: 11824868.

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

Color convert

RGB 228 110 180 -
CMYK 0 0.52 0.21 0.11
HSL 324.41º 0.69% 0.66% -
HSV(B) 324.41º 0.52% 0.89% -
XYZ 45.81 30.94 46.74 -
YUV 153.26 143.09 181.31 -
System Red Green Blue C M Y K H S L
Decimal 228 110 180 0 0.52 0.21 0.11 324.41 0.69 0.66
Hex E4 6E B4 0 34 15 B 144 45 42
Octal 344 156 264 0 64 25 13 504 105 102
Binary 11100100 1101110 10110100 0 110100 10101 1011 101000100 1000101 1000010

Color Harmonies of #E46EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46EB4

Black with #E46EB4

Text Example


Text Example

White with #E46EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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