Html Css Color HEX #E24BAE Brilliant Rose

📋 copy color: '#E24BAE'

red 226 ◦ green 75 ◦ blue 174

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

Shades of Brilliant Rose #E24BAE

Tints of Brilliant Rose #E24BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.63%

R = 47.58%
G = 15.79%
B = 36.63%

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

#E24BAE (or 0xE24BAE) is known color: Brilliant Rose. HEX triplet: E2, 4B and AE. RGB value is (226,75,174). Sum of RGB (Red+Green+Blue) = 226+75+174=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24BAE is #1DB451. Grayscale: #838383. Windows color (decimal): -1946706 or 11422690. OLE color: 11422690.

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

Color convert

RGB 226 75 174 -
CMYK 0 0.67 0.23 0.11
HSL 320.66º 0.72% 0.59% -
HSV(B) 320.66º 0.67% 0.89% -
XYZ 41.52 24.26 42.54 -
YUV 131.44 152.03 195.45 -
System Red Green Blue C M Y K H S L
Decimal 226 75 174 0 0.67 0.23 0.11 320.66 0.72 0.59
Hex E2 4B AE 0 43 17 B 141 48 3B
Octal 342 113 256 0 103 27 13 501 110 73
Binary 11100010 1001011 10101110 0 1000011 10111 1011 101000001 1001000 111011

Color Harmonies of #E24BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24BAE

Black with #E24BAE

Text Example


Text Example

White with #E24BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24BAE; }

 p { color: rgb(226,75,174); }

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

background-color css

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

 a { background-color: rgb(226,75,174); }

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

border-color css

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

 span { border-color: rgb(226,75,174); }

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