Html Css Color HEX #E250A5 Brilliant Rose

📋 copy color: '#E250A5'

red 226 ◦ green 80 ◦ blue 165

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

Shades of Brilliant Rose #E250A5

Tints of Brilliant Rose #E250A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.03%

R = 47.98%
G = 16.99%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E250A5 (or 0xE250A5) is known color: Brilliant Rose. HEX triplet: E2, 50 and A5. RGB value is (226,80,165). Sum of RGB (Red+Green+Blue) = 226+80+165=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E250A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E250A5 is #1DAF5A. Grayscale: #858585. Windows color (decimal): -1945435 or 10834146. OLE color: 10834146.

HSL color Cylindrical-coordinate representation of color #E250A5: hue angle of 325.07º 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 #E250A5 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 80 165 -
CMYK 0 0.65 0.27 0.11
HSL 325.07º 0.72% 0.6% -
HSV(B) 325.07º 0.65% 0.89% -
XYZ 41.02 24.62 38.19 -
YUV 133.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 226 80 165 0 0.65 0.27 0.11 325.07 0.72 0.6
Hex E2 50 A5 0 41 1B B 145 48 3C
Octal 342 120 245 0 101 33 13 505 110 74
Binary 11100010 1010000 10100101 0 1000001 11011 1011 101000101 1001000 111100

Color Harmonies of #E250A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250A5

Black with #E250A5

Text Example


Text Example

White with #E250A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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