Html Css Color HEX #E42BAD Persian Rose

📋 copy color: '#E42BAD'

red 228 ◦ green 43 ◦ blue 173

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

Shades of Persian Rose #E42BAD

Tints of Persian Rose #E42BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.68%

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 51.35%
G = 9.68%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E42BAD (or 0xE42BAD) is known color: Persian Rose. HEX triplet: E4, 2B and AD. RGB value is (228,43,173). Sum of RGB (Red+Green+Blue) = 228+43+173=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42BAD is #1BD452. Grayscale: #707070. Windows color (decimal): -1823827 or 11348964. OLE color: 11348964.

HSL color Cylindrical-coordinate representation of color #E42BAD: hue angle of 317.84º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42BAD is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 43 173 -
CMYK 0 0.81 0.24 0.11
HSL 317.84º 0.77% 0.53% -
HSV(B) 317.84º 0.81% 0.89% -
XYZ 40.4 21.24 41.51 -
YUV 113.14 161.79 209.93 -
System Red Green Blue C M Y K H S L
Decimal 228 43 173 0 0.81 0.24 0.11 317.84 0.77 0.53
Hex E4 2B AD 0 51 18 B 13E 4D 35
Octal 344 53 255 0 121 30 13 476 115 65
Binary 11100100 101011 10101101 0 1010001 11000 1011 100111110 1001101 110101

Color Harmonies of #E42BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BAD

Black with #E42BAD

Text Example


Text Example

White with #E42BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BAD; }

 p { color: rgb(228,43,173); }

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

background-color css

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

 a { background-color: rgb(228,43,173); }

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

border-color css

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

 span { border-color: rgb(228,43,173); }

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