Html Css Color HEX #E148B5 Brilliant Rose

📋 copy color: '#E148B5'

red 225 ◦ green 72 ◦ blue 181

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

Shades of Brilliant Rose #E148B5

Tints of Brilliant Rose #E148B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 47.07%
G = 15.06%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E148B5 (or 0xE148B5) is known color: Brilliant Rose. HEX triplet: E1, 48 and B5. RGB value is (225,72,181). Sum of RGB (Red+Green+Blue) = 225+72+181=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E148B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148B5 is #1EB74A. Grayscale: #818181. Windows color (decimal): -2013003 or 11880673. OLE color: 11880673.

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

Color convert

RGB 225 72 181 -
CMYK 0 0.68 0.20 0.12
HSL 317.25º 0.72% 0.58% -
HSV(B) 317.25º 0.68% 0.88% -
XYZ 41.71 23.98 46.15 -
YUV 130.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 225 72 181 0 0.68 0.20 0.12 317.25 0.72 0.58
Hex E1 48 B5 0 44 14 C 13D 48 3A
Octal 341 110 265 0 104 24 14 475 110 72
Binary 11100001 1001000 10110101 0 1000100 10100 1100 100111101 1001000 111010

Color Harmonies of #E148B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148B5

Black with #E148B5

Text Example


Text Example

White with #E148B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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