Html Css Color HEX #E248AD Brilliant Rose

📋 copy color: '#E248AD'

red 226 ◦ green 72 ◦ blue 173

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

Shades of Brilliant Rose #E248AD

Tints of Brilliant Rose #E248AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.29%

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 47.98%
G = 15.29%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E248AD (or 0xE248AD) is known color: Brilliant Rose. HEX triplet: E2, 48 and AD. RGB value is (226,72,173). Sum of RGB (Red+Green+Blue) = 226+72+173=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E248AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E248AD is #1DB752. Grayscale: #818181. Windows color (decimal): -1947475 or 11356386. OLE color: 11356386.

HSL color Cylindrical-coordinate representation of color #E248AD: hue angle of 320.65º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E248AD is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 72 173 -
CMYK 0 0.68 0.23 0.11
HSL 320.65º 0.73% 0.58% -
HSV(B) 320.65º 0.68% 0.89% -
XYZ 41.22 23.82 41.96 -
YUV 129.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 226 72 173 0 0.68 0.23 0.11 320.65 0.73 0.58
Hex E2 48 AD 0 44 17 B 141 49 3A
Octal 342 110 255 0 104 27 13 501 111 72
Binary 11100010 1001000 10101101 0 1000100 10111 1011 101000001 1001001 111010

Color Harmonies of #E248AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E248AD

Black with #E248AD

Text Example


Text Example

White with #E248AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E248AD; }

 p { color: rgb(226,72,173); }

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

background-color css

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

 a { background-color: rgb(226,72,173); }

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

border-color css

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

 span { border-color: rgb(226,72,173); }

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