Html Css Color HEX #E442AB Brilliant Rose

📋 copy color: '#E442AB'

red 228 ◦ green 66 ◦ blue 171

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

Shades of Brilliant Rose #E442AB

Tints of Brilliant Rose #E442AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.19%

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

R = 49.03%
G = 14.19%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E442AB (or 0xE442AB) is known color: Brilliant Rose. HEX triplet: E4, 42 and AB. RGB value is (228,66,171). Sum of RGB (Red+Green+Blue) = 228+66+171=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E442AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E442AB is #1BBD54. Grayscale: #7E7E7E. Windows color (decimal): -1817941 or 11223780. OLE color: 11223780.

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

Color convert

RGB 228 66 171 -
CMYK 0 0.71 0.25 0.11
HSL 321.11º 0.75% 0.58% -
HSV(B) 321.11º 0.71% 0.89% -
XYZ 41.29 23.33 40.85 -
YUV 126.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 228 66 171 0 0.71 0.25 0.11 321.11 0.75 0.58
Hex E4 42 AB 0 47 19 B 141 4B 3A
Octal 344 102 253 0 107 31 13 501 113 72
Binary 11100100 1000010 10101011 0 1000111 11001 1011 101000001 1001011 111010

Color Harmonies of #E442AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E442AB

Black with #E442AB

Text Example


Text Example

White with #E442AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E442AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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