Html Css Color HEX #E250A0 Brilliant Rose

📋 copy color: '#E250A0'

red 226 ◦ green 80 ◦ blue 160

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

Shades of Brilliant Rose #E250A0

Tints of Brilliant Rose #E250A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 48.5%
G = 17.17%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E250A0 (or 0xE250A0) is known color: Brilliant Rose. HEX triplet: E2, 50 and A0. RGB value is (226,80,160). Sum of RGB (Red+Green+Blue) = 226+80+160=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E250A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E250A0 is #1DAF5F. Grayscale: #848484. Windows color (decimal): -1945440 or 10506466. OLE color: 10506466.

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

Color convert

RGB 226 80 160 -
CMYK 0 0.65 0.29 0.11
HSL 327.12º 0.72% 0.6% -
HSV(B) 327.12º 0.65% 0.89% -
XYZ 40.58 24.44 35.84 -
YUV 132.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 226 80 160 0 0.65 0.29 0.11 327.12 0.72 0.6
Hex E2 50 A0 0 41 1D B 147 48 3C
Octal 342 120 240 0 101 35 13 507 110 74
Binary 11100010 1010000 10100000 0 1000001 11101 1011 101000111 1001000 111100

Color Harmonies of #E250A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250A0

Black with #E250A0

Text Example


Text Example

White with #E250A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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