Html Css Color HEX #E45A9D Brilliant Rose

📋 copy color: '#E45A9D'

red 228 ◦ green 90 ◦ blue 157

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

Shades of Brilliant Rose #E45A9D

Tints of Brilliant Rose #E45A9D

RGB

 RED value IS 228 (89.45% from 255) = 48%

 GREEN value IS 90 (35.55% from 255) = 18.95%

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 48%
G = 18.95%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E45A9D (or 0xE45A9D) is known color: Brilliant Rose. HEX triplet: E4, 5A and 9D. RGB value is (228,90,157). Sum of RGB (Red+Green+Blue) = 228+90+157=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45A9D is #1BA562. Grayscale: #8A8A8A. Windows color (decimal): -1811811 or 10312420. OLE color: 10312420.

HSL color Cylindrical-coordinate representation of color #E45A9D: hue angle of 330.87º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45A9D is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 90 157 -
CMYK 0 0.61 0.31 0.11
HSL 330.87º 0.72% 0.62% -
HSV(B) 330.87º 0.61% 0.89% -
XYZ 41.74 26.24 34.76 -
YUV 138.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 228 90 157 0 0.61 0.31 0.11 330.87 0.72 0.62
Hex E4 5A 9D 0 3D 1F B 14B 48 3E
Octal 344 132 235 0 75 37 13 513 110 76
Binary 11100100 1011010 10011101 0 111101 11111 1011 101001011 1001000 111110

Color Harmonies of #E45A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45A9D

Black with #E45A9D

Text Example


Text Example

White with #E45A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45A9D; }

 p { color: rgb(228,90,157); }

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

background-color css

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

 a { background-color: rgb(228,90,157); }

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

border-color css

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

 span { border-color: rgb(228,90,157); }

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