Html Css Color HEX #E2509D Brilliant Rose

📋 copy color: '#E2509D'

red 226 ◦ green 80 ◦ blue 157

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

Shades of Brilliant Rose #E2509D

Tints of Brilliant Rose #E2509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

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

R = 48.81%
G = 17.28%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2509D (or 0xE2509D) is known color: Brilliant Rose. HEX triplet: E2, 50 and 9D. RGB value is (226,80,157). Sum of RGB (Red+Green+Blue) = 226+80+157=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2509D is #1DAF62. Grayscale: #848484. Windows color (decimal): -1945443 or 10309858. OLE color: 10309858.

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

Color convert

RGB 226 80 157 -
CMYK 0 0.65 0.31 0.11
HSL 328.36º 0.72% 0.6% -
HSV(B) 328.36º 0.65% 0.89% -
XYZ 40.32 24.34 34.47 -
YUV 132.43 141.87 194.74 -
System Red Green Blue C M Y K H S L
Decimal 226 80 157 0 0.65 0.31 0.11 328.36 0.72 0.6
Hex E2 50 9D 0 41 1F B 148 48 3C
Octal 342 120 235 0 101 37 13 510 110 74
Binary 11100010 1010000 10011101 0 1000001 11111 1011 101001000 1001000 111100

Color Harmonies of #E2509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2509D

Black with #E2509D

Text Example


Text Example

White with #E2509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2509D; }

 p { color: rgb(226,80,157); }

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

background-color css

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

 a { background-color: rgb(226,80,157); }

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

border-color css

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

 span { border-color: rgb(226,80,157); }

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