Html Css Color HEX #E148AC Brilliant Rose

📋 copy color: '#E148AC'

red 225 ◦ green 72 ◦ blue 172

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

Shades of Brilliant Rose #E148AC

Tints of Brilliant Rose #E148AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 47.97%
G = 15.35%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E148AC (or 0xE148AC) is known color: Brilliant Rose. HEX triplet: E1, 48 and AC. RGB value is (225,72,172). Sum of RGB (Red+Green+Blue) = 225+72+172=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E148AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E148AC is #1EB753. Grayscale: #808080. Windows color (decimal): -2013012 or 11290849. OLE color: 11290849.

HSL color Cylindrical-coordinate representation of color #E148AC: hue angle of 320.78º 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 #E148AC is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 72 172 -
CMYK 0 0.68 0.24 0.12
HSL 320.78º 0.72% 0.58% -
HSV(B) 320.78º 0.68% 0.88% -
XYZ 40.82 23.62 41.44 -
YUV 129.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 225 72 172 0 0.68 0.24 0.12 320.78 0.72 0.58
Hex E1 48 AC 0 44 18 C 141 48 3A
Octal 341 110 254 0 104 30 14 501 110 72
Binary 11100001 1001000 10101100 0 1000100 11000 1100 101000001 1001000 111010

Color Harmonies of #E148AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148AC

Black with #E148AC

Text Example


Text Example

White with #E148AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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