Html Css Color HEX #E2489F Brilliant Rose

📋 copy color: '#E2489F'

red 226 ◦ green 72 ◦ blue 159

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

Shades of Brilliant Rose #E2489F

Tints of Brilliant Rose #E2489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.75%

 BLUE value IS 159 (62.5% from 255) = 34.79%

R = 49.45%
G = 15.75%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2489F (or 0xE2489F) is known color: Brilliant Rose. HEX triplet: E2, 48 and 9F. RGB value is (226,72,159). Sum of RGB (Red+Green+Blue) = 226+72+159=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2489F is #1DB760. Grayscale: #7F7F7F. Windows color (decimal): -1947489 or 10438882. OLE color: 10438882.

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

Color convert

RGB 226 72 159 -
CMYK 0 0.68 0.30 0.11
HSL 326.1º 0.73% 0.58% -
HSV(B) 326.1º 0.68% 0.89% -
XYZ 39.94 23.31 35.19 -
YUV 127.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 226 72 159 0 0.68 0.30 0.11 326.1 0.73 0.58
Hex E2 48 9F 0 44 1E B 146 49 3A
Octal 342 110 237 0 104 36 13 506 111 72
Binary 11100010 1001000 10011111 0 1000100 11110 1011 101000110 1001001 111010

Color Harmonies of #E2489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2489F

Black with #E2489F

Text Example


Text Example

White with #E2489F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2489F; }

 p { color: rgb(226,72,159); }

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

background-color css

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

 a { background-color: rgb(226,72,159); }

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

border-color css

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

 span { border-color: rgb(226,72,159); }

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