Html Css Color HEX #E148AD Brilliant Rose

📋 copy color: '#E148AD'

red 225 ◦ green 72 ◦ blue 173

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

Shades of Brilliant Rose #E148AD

Tints of Brilliant Rose #E148AD

RGB

 RED value IS 225 (88.28% from 255) = 47.87%

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

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

R = 47.87%
G = 15.32%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E148AD (or 0xE148AD) is known color: Brilliant Rose. HEX triplet: E1, 48 and AD. RGB value is (225,72,173). Sum of RGB (Red+Green+Blue) = 225+72+173=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E148AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E148AD is #1EB752. Grayscale: #818181. Windows color (decimal): -2013011 or 11356385. OLE color: 11356385.

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

Color convert

RGB 225 72 173 -
CMYK 0 0.68 0.23 0.12
HSL 320.39º 0.72% 0.58% -
HSV(B) 320.39º 0.68% 0.88% -
XYZ 40.91 23.66 41.95 -
YUV 129.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 225 72 173 0 0.68 0.23 0.12 320.39 0.72 0.58
Hex E1 48 AD 0 44 17 C 140 48 3A
Octal 341 110 255 0 104 27 14 500 110 72
Binary 11100001 1001000 10101101 0 1000100 10111 1100 101000000 1001000 111010

Color Harmonies of #E148AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148AD

Black with #E148AD

Text Example


Text Example

White with #E148AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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