Html Css Color HEX #E250A8 Brilliant Rose

📋 copy color: '#E250A8'

red 226 ◦ green 80 ◦ blue 168

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

Shades of Brilliant Rose #E250A8

Tints of Brilliant Rose #E250A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.44%

R = 47.68%
G = 16.88%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E250A8 (or 0xE250A8) is known color: Brilliant Rose. HEX triplet: E2, 50 and A8. RGB value is (226,80,168). Sum of RGB (Red+Green+Blue) = 226+80+168=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E250A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E250A8 is #1DAF57. Grayscale: #858585. Windows color (decimal): -1945432 or 11030754. OLE color: 11030754.

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

Color convert

RGB 226 80 168 -
CMYK 0 0.65 0.26 0.11
HSL 323.84º 0.72% 0.6% -
HSV(B) 323.84º 0.65% 0.89% -
XYZ 41.3 24.73 39.64 -
YUV 133.69 147.37 193.84 -
System Red Green Blue C M Y K H S L
Decimal 226 80 168 0 0.65 0.26 0.11 323.84 0.72 0.6
Hex E2 50 A8 0 41 1A B 144 48 3C
Octal 342 120 250 0 101 32 13 504 110 74
Binary 11100010 1010000 10101000 0 1000001 11010 1011 101000100 1001000 111100

Color Harmonies of #E250A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250A8

Black with #E250A8

Text Example


Text Example

White with #E250A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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