Html Css Color HEX #E43DAB Persian Rose

📋 copy color: '#E43DAB'

red 228 ◦ green 61 ◦ blue 171

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

Shades of Persian Rose #E43DAB

Tints of Persian Rose #E43DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.26%

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 49.57%
G = 13.26%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E43DAB (or 0xE43DAB) is known color: Persian Rose. HEX triplet: E4, 3D and AB. RGB value is (228,61,171). Sum of RGB (Red+Green+Blue) = 228+61+171=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E43DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E43DAB is #1BC254. Grayscale: #7B7B7B. Windows color (decimal): -1819221 or 11222500. OLE color: 11222500.

HSL color Cylindrical-coordinate representation of color #E43DAB: hue angle of 320.48º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E43DAB is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 61 171 -
CMYK 0 0.73 0.25 0.11
HSL 320.48º 0.76% 0.57% -
HSV(B) 320.48º 0.73% 0.89% -
XYZ 41.01 22.77 40.76 -
YUV 123.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 228 61 171 0 0.73 0.25 0.11 320.48 0.76 0.57
Hex E4 3D AB 0 49 19 B 140 4C 39
Octal 344 75 253 0 111 31 13 500 114 71
Binary 11100100 111101 10101011 0 1001001 11001 1011 101000000 1001100 111001

Color Harmonies of #E43DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43DAB

Black with #E43DAB

Text Example


Text Example

White with #E43DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43DAB; }

 p { color: rgb(228,61,171); }

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

background-color css

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

 a { background-color: rgb(228,61,171); }

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

border-color css

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

 span { border-color: rgb(228,61,171); }

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