Html Css Color HEX #E2539E Brilliant Rose

📋 copy color: '#E2539E'

red 226 ◦ green 83 ◦ blue 158

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

Shades of Brilliant Rose #E2539E

Tints of Brilliant Rose #E2539E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.77%

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 48.39%
G = 17.77%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2539E (or 0xE2539E) is known color: Brilliant Rose. HEX triplet: E2, 53 and 9E. RGB value is (226,83,158). Sum of RGB (Red+Green+Blue) = 226+83+158=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2539E is #1DAC61. Grayscale: #868686. Windows color (decimal): -1944674 or 10376162. OLE color: 10376162.

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

Color convert

RGB 226 83 158 -
CMYK 0 0.63 0.30 0.11
HSL 328.53º 0.71% 0.61% -
HSV(B) 328.53º 0.63% 0.89% -
XYZ 40.63 24.82 35 -
YUV 134.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 226 83 158 0 0.63 0.30 0.11 328.53 0.71 0.61
Hex E2 53 9E 0 3F 1E B 149 47 3D
Octal 342 123 236 0 77 36 13 511 107 75
Binary 11100010 1010011 10011110 0 111111 11110 1011 101001001 1000111 111101

Color Harmonies of #E2539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2539E

Black with #E2539E

Text Example


Text Example

White with #E2539E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2539E; }

 p { color: rgb(226,83,158); }

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

background-color css

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

 a { background-color: rgb(226,83,158); }

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

border-color css

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

 span { border-color: rgb(226,83,158); }

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