Html Css Color HEX #E24AA1 Brilliant Rose

📋 copy color: '#E24AA1'

red 226 ◦ green 74 ◦ blue 161

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

Shades of Brilliant Rose #E24AA1

Tints of Brilliant Rose #E24AA1

RGB

 RED value IS 226 (88.67% from 255) = 49.02%

 GREEN value IS 74 (29.3% from 255) = 16.05%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 49.02%
G = 16.05%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E24AA1 (or 0xE24AA1) is known color: Brilliant Rose. HEX triplet: E2, 4A and A1. RGB value is (226,74,161). Sum of RGB (Red+Green+Blue) = 226+74+161=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E24AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24AA1 is #1DB55E. Grayscale: #818181. Windows color (decimal): -1946975 or 10570466. OLE color: 10570466.

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

Color convert

RGB 226 74 161 -
CMYK 0 0.67 0.29 0.11
HSL 325.66º 0.72% 0.59% -
HSV(B) 325.66º 0.67% 0.89% -
XYZ 40.25 23.64 36.16 -
YUV 129.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 226 74 161 0 0.67 0.29 0.11 325.66 0.72 0.59
Hex E2 4A A1 0 43 1D B 146 48 3B
Octal 342 112 241 0 103 35 13 506 110 73
Binary 11100010 1001010 10100001 0 1000011 11101 1011 101000110 1001000 111011

Color Harmonies of #E24AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24AA1

Black with #E24AA1

Text Example


Text Example

White with #E24AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24AA1; }

 p { color: rgb(226,74,161); }

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

background-color css

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

 a { background-color: rgb(226,74,161); }

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

border-color css

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

 span { border-color: rgb(226,74,161); }

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