Html Css Color HEX #E43BAF Persian Rose

📋 copy color: '#E43BAF'

red 228 ◦ green 59 ◦ blue 175

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

Shades of Persian Rose #E43BAF

Tints of Persian Rose #E43BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 49.35%
G = 12.77%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E43BAF (or 0xE43BAF) is known color: Persian Rose. HEX triplet: E4, 3B and AF. RGB value is (228,59,175). Sum of RGB (Red+Green+Blue) = 228+59+175=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E43BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E43BAF is #1BC450. Grayscale: #7A7A7A. Windows color (decimal): -1819729 or 11484132. OLE color: 11484132.

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

Color convert

RGB 228 59 175 -
CMYK 0 0.74 0.23 0.11
HSL 318.82º 0.76% 0.56% -
HSV(B) 318.82º 0.74% 0.89% -
XYZ 41.3 22.72 42.77 -
YUV 122.76 157.49 203.07 -
System Red Green Blue C M Y K H S L
Decimal 228 59 175 0 0.74 0.23 0.11 318.82 0.76 0.56
Hex E4 3B AF 0 4A 17 B 13F 4C 38
Octal 344 73 257 0 112 27 13 477 114 70
Binary 11100100 111011 10101111 0 1001010 10111 1011 100111111 1001100 111000

Color Harmonies of #E43BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43BAF

Black with #E43BAF

Text Example


Text Example

White with #E43BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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