Html Css Color HEX #E3529E Brilliant Rose

📋 copy color: '#E3529E'

red 227 ◦ green 82 ◦ blue 158

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

Shades of Brilliant Rose #E3529E

Tints of Brilliant Rose #E3529E

RGB

 RED value IS 227 (89.06% from 255) = 48.61%

 GREEN value IS 82 (32.42% from 255) = 17.56%

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

R = 48.61%
G = 17.56%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E3529E (or 0xE3529E) is known color: Brilliant Rose. HEX triplet: E3, 52 and 9E. RGB value is (227,82,158). Sum of RGB (Red+Green+Blue) = 227+82+158=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E3529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3529E is #1CAD61. Grayscale: #858585. Windows color (decimal): -1879394 or 10375907. OLE color: 10375907.

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

Color convert

RGB 227 82 158 -
CMYK 0 0.64 0.30 0.11
HSL 328.55º 0.72% 0.61% -
HSV(B) 328.55º 0.64% 0.89% -
XYZ 40.87 24.83 34.99 -
YUV 134.02 141.54 194.32 -
System Red Green Blue C M Y K H S L
Decimal 227 82 158 0 0.64 0.30 0.11 328.55 0.72 0.61
Hex E3 52 9E 0 40 1E B 149 48 3D
Octal 343 122 236 0 100 36 13 511 110 75
Binary 11100011 1010010 10011110 0 1000000 11110 1011 101001001 1001000 111101

Color Harmonies of #E3529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3529E

Black with #E3529E

Text Example


Text Example

White with #E3529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3529E; }

 p { color: rgb(227,82,158); }

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

background-color css

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

 a { background-color: rgb(227,82,158); }

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

border-color css

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

 span { border-color: rgb(227,82,158); }

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