Html Css Color HEX #E2529F Brilliant Rose

📋 copy color: '#E2529F'

red 226 ◦ green 82 ◦ blue 159

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

Shades of Brilliant Rose #E2529F

Tints of Brilliant Rose #E2529F

RGB

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

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

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

R = 48.39%
G = 17.56%
B = 34.05%

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

#E2529F (or 0xE2529F) is known color: Brilliant Rose. HEX triplet: E2, 52 and 9F. RGB value is (226,82,159). Sum of RGB (Red+Green+Blue) = 226+82+159=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2529F is #1DAD60. Grayscale: #858585. Windows color (decimal): -1944929 or 10441442. OLE color: 10441442.

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

Color convert

RGB 226 82 159 -
CMYK 0 0.64 0.30 0.11
HSL 327.92º 0.71% 0.6% -
HSV(B) 327.92º 0.64% 0.89% -
XYZ 40.64 24.71 35.43 -
YUV 133.83 142.21 193.74 -
System Red Green Blue C M Y K H S L
Decimal 226 82 159 0 0.64 0.30 0.11 327.92 0.71 0.6
Hex E2 52 9F 0 40 1E B 148 47 3C
Octal 342 122 237 0 100 36 13 510 107 74
Binary 11100010 1010010 10011111 0 1000000 11110 1011 101001000 1000111 111100

Color Harmonies of #E2529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2529F

Black with #E2529F

Text Example


Text Example

White with #E2529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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