Html Css Color HEX #E954A0 Brilliant Rose

📋 copy color: '#E954A0'

red 233 ◦ green 84 ◦ blue 160

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

Shades of Brilliant Rose #E954A0

Tints of Brilliant Rose #E954A0

RGB

 RED value IS 233 (91.41% from 255) = 48.85%

 GREEN value IS 84 (33.2% from 255) = 17.61%

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 48.85%
G = 17.61%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E954A0 (or 0xE954A0) is known color: Brilliant Rose. HEX triplet: E9, 54 and A0. RGB value is (233,84,160). Sum of RGB (Red+Green+Blue) = 233+84+160=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E954A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E954A0 is #16AB5F. Grayscale: #898989. Windows color (decimal): -1485664 or 10507497. OLE color: 10507497.

HSL color Cylindrical-coordinate representation of color #E954A0: hue angle of 329.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E954A0 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 84 160 -
CMYK 0 0.64 0.31 0.09
HSL 329.4º 0.77% 0.62% -
HSV(B) 329.4º 0.64% 0.91% -
XYZ 43.12 26.2 36.04 -
YUV 137.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 233 84 160 0 0.64 0.31 0.09 329.4 0.77 0.62
Hex E9 54 A0 0 40 1F 9 149 4D 3E
Octal 351 124 240 0 100 37 11 511 115 76
Binary 11101001 1010100 10100000 0 1000000 11111 1001 101001001 1001101 111110

Color Harmonies of #E954A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E954A0

Black with #E954A0

Text Example


Text Example

White with #E954A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E954A0; }

 p { color: rgb(233,84,160); }

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

background-color css

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

 a { background-color: rgb(233,84,160); }

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

border-color css

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

 span { border-color: rgb(233,84,160); }

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