Html Css Color HEX #E44BAF Brilliant Rose

📋 copy color: '#E44BAF'

red 228 ◦ green 75 ◦ blue 175

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

Shades of Brilliant Rose #E44BAF

Tints of Brilliant Rose #E44BAF

RGB

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

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

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

R = 47.7%
G = 15.69%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E44BAF (or 0xE44BAF) is known color: Brilliant Rose. HEX triplet: E4, 4B and AF. RGB value is (228,75,175). Sum of RGB (Red+Green+Blue) = 228+75+175=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44BAF is #1BB450. Grayscale: #838383. Windows color (decimal): -1815633 or 11488228. OLE color: 11488228.

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

Color convert

RGB 228 75 175 -
CMYK 0 0.67 0.23 0.11
HSL 320.78º 0.74% 0.59% -
HSV(B) 320.78º 0.67% 0.89% -
XYZ 42.25 24.62 43.08 -
YUV 132.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 228 75 175 0 0.67 0.23 0.11 320.78 0.74 0.59
Hex E4 4B AF 0 43 17 B 141 4A 3B
Octal 344 113 257 0 103 27 13 501 112 73
Binary 11100100 1001011 10101111 0 1000011 10111 1011 101000001 1001010 111011

Color Harmonies of #E44BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44BAF

Black with #E44BAF

Text Example


Text Example

White with #E44BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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