Html Css Color HEX #E145B2 Brilliant Rose

📋 copy color: '#E145B2'

red 225 ◦ green 69 ◦ blue 178

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

Shades of Brilliant Rose #E145B2

Tints of Brilliant Rose #E145B2

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.62%

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 47.67%
G = 14.62%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E145B2 (or 0xE145B2) is known color: Brilliant Rose. HEX triplet: E1, 45 and B2. RGB value is (225,69,178). Sum of RGB (Red+Green+Blue) = 225+69+178=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E145B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E145B2 is #1EBA4D. Grayscale: #7F7F7F. Windows color (decimal): -2013774 or 11683297. OLE color: 11683297.

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

Color convert

RGB 225 69 178 -
CMYK 0 0.69 0.21 0.12
HSL 318.08º 0.72% 0.58% -
HSV(B) 318.08º 0.69% 0.88% -
XYZ 41.22 23.48 44.48 -
YUV 128.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 225 69 178 0 0.69 0.21 0.12 318.08 0.72 0.58
Hex E1 45 B2 0 45 15 C 13E 48 3A
Octal 341 105 262 0 105 25 14 476 110 72
Binary 11100001 1000101 10110010 0 1000101 10101 1100 100111110 1001000 111010

Color Harmonies of #E145B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E145B2

Black with #E145B2

Text Example


Text Example

White with #E145B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E145B2; }

 p { color: rgb(225,69,178); }

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

background-color css

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

 a { background-color: rgb(225,69,178); }

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

border-color css

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

 span { border-color: rgb(225,69,178); }

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