Html Css Color HEX #E1529D Brilliant Rose

📋 copy color: '#E1529D'

red 225 ◦ green 82 ◦ blue 157

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

Shades of Brilliant Rose #E1529D

Tints of Brilliant Rose #E1529D

RGB

 RED value IS 225 (88.28% from 255) = 48.49%

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

 BLUE value IS 157 (61.72% from 255) = 33.84%

R = 48.49%
G = 17.67%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1529D (or 0xE1529D) is known color: Brilliant Rose. HEX triplet: E1, 52 and 9D. RGB value is (225,82,157). Sum of RGB (Red+Green+Blue) = 225+82+157=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1529D is #1EAD62. Grayscale: #858585. Windows color (decimal): -2010467 or 10310369. OLE color: 10310369.

HSL color Cylindrical-coordinate representation of color #E1529D: hue angle of 328.53º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1529D is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 157 -
CMYK 0 0.64 0.30 0.12
HSL 328.53º 0.7% 0.6% -
HSV(B) 328.53º 0.64% 0.88% -
XYZ 40.15 24.48 34.51 -
YUV 133.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 225 82 157 0 0.64 0.30 0.12 328.53 0.7 0.6
Hex E1 52 9D 0 40 1E C 149 46 3C
Octal 341 122 235 0 100 36 14 511 106 74
Binary 11100001 1010010 10011101 0 1000000 11110 1100 101001001 1000110 111100

Color Harmonies of #E1529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1529D

Black with #E1529D

Text Example


Text Example

White with #E1529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1529D; }

 p { color: rgb(225,82,157); }

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

background-color css

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

 a { background-color: rgb(225,82,157); }

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

border-color css

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

 span { border-color: rgb(225,82,157); }

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