Html Css Color HEX #E24BA0 Brilliant Rose

📋 copy color: '#E24BA0'

red 226 ◦ green 75 ◦ blue 160

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

Shades of Brilliant Rose #E24BA0

Tints of Brilliant Rose #E24BA0

RGB

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

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

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

R = 49.02%
G = 16.27%
B = 34.71%

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

#E24BA0 (or 0xE24BA0) is known color: Brilliant Rose. HEX triplet: E2, 4B and A0. RGB value is (226,75,160). Sum of RGB (Red+Green+Blue) = 226+75+160=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24BA0 is #1DB45F. Grayscale: #818181. Windows color (decimal): -1946720 or 10505186. OLE color: 10505186.

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

Color convert

RGB 226 75 160 -
CMYK 0 0.67 0.29 0.11
HSL 326.23º 0.72% 0.59% -
HSV(B) 326.23º 0.67% 0.89% -
XYZ 40.23 23.74 35.72 -
YUV 129.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 226 75 160 0 0.67 0.29 0.11 326.23 0.72 0.59
Hex E2 4B A0 0 43 1D B 146 48 3B
Octal 342 113 240 0 103 35 13 506 110 73
Binary 11100010 1001011 10100000 0 1000011 11101 1011 101000110 1001000 111011

Color Harmonies of #E24BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24BA0

Black with #E24BA0

Text Example


Text Example

White with #E24BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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