Html Css Color HEX #E43BAC Persian Rose

📋 copy color: '#E43BAC'

red 228 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #E43BAC

Tints of Persian Rose #E43BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 49.67%
G = 12.85%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E43BAC (or 0xE43BAC) is known color: Persian Rose. HEX triplet: E4, 3B and AC. RGB value is (228,59,172). Sum of RGB (Red+Green+Blue) = 228+59+172=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E43BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E43BAC is #1BC453. Grayscale: #7A7A7A. Windows color (decimal): -1819732 or 11287524. OLE color: 11287524.

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

Color convert

RGB 228 59 172 -
CMYK 0 0.74 0.25 0.11
HSL 319.88º 0.76% 0.56% -
HSV(B) 319.88º 0.74% 0.89% -
XYZ 41.01 22.6 41.23 -
YUV 122.41 155.99 203.31 -
System Red Green Blue C M Y K H S L
Decimal 228 59 172 0 0.74 0.25 0.11 319.88 0.76 0.56
Hex E4 3B AC 0 4A 19 B 140 4C 38
Octal 344 73 254 0 112 31 13 500 114 70
Binary 11100100 111011 10101100 0 1001010 11001 1011 101000000 1001100 111000

Color Harmonies of #E43BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43BAC

Black with #E43BAC

Text Example


Text Example

White with #E43BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43BAC; }

 p { color: rgb(228,59,172); }

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

background-color css

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

 a { background-color: rgb(228,59,172); }

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

border-color css

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

 span { border-color: rgb(228,59,172); }

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