Html Css Color HEX #E44BA0 Brilliant Rose

📋 copy color: '#E44BA0'

red 228 ◦ green 75 ◦ blue 160

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

Shades of Brilliant Rose #E44BA0

Tints of Brilliant Rose #E44BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 49.24%
G = 16.2%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E44BA0 (or 0xE44BA0) is known color: Brilliant Rose. HEX triplet: E4, 4B and A0. RGB value is (228,75,160). Sum of RGB (Red+Green+Blue) = 228+75+160=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44BA0 is #1BB45F. Grayscale: #828282. Windows color (decimal): -1815648 or 10505188. OLE color: 10505188.

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

Color convert

RGB 228 75 160 -
CMYK 0 0.67 0.30 0.11
HSL 326.67º 0.74% 0.59% -
HSV(B) 326.67º 0.67% 0.89% -
XYZ 40.86 24.06 35.75 -
YUV 130.44 144.69 197.59 -
System Red Green Blue C M Y K H S L
Decimal 228 75 160 0 0.67 0.30 0.11 326.67 0.74 0.59
Hex E4 4B A0 0 43 1E B 147 4A 3B
Octal 344 113 240 0 103 36 13 507 112 73
Binary 11100100 1001011 10100000 0 1000011 11110 1011 101000111 1001010 111011

Color Harmonies of #E44BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44BA0

Black with #E44BA0

Text Example


Text Example

White with #E44BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44BA0; }

 p { color: rgb(228,75,160); }

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

background-color css

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

 a { background-color: rgb(228,75,160); }

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

border-color css

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

 span { border-color: rgb(228,75,160); }

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