Html Css Color HEX #E953A1 Brilliant Rose

📋 copy color: '#E953A1'

red 233 ◦ green 83 ◦ blue 161

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

Shades of Brilliant Rose #E953A1

Tints of Brilliant Rose #E953A1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

 BLUE value IS 161 (63.28% from 255) = 33.75%

R = 48.85%
G = 17.4%
B = 33.75%

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

#E953A1 (or 0xE953A1) is known color: Brilliant Rose. HEX triplet: E9, 53 and A1. RGB value is (233,83,161). Sum of RGB (Red+Green+Blue) = 233+83+161=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E953A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E953A1 is #16AC5E. Grayscale: #888888. Windows color (decimal): -1485919 or 10572777. OLE color: 10572777.

HSL color Cylindrical-coordinate representation of color #E953A1: hue angle of 328.8º 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 #E953A1 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 83 161 -
CMYK 0 0.64 0.31 0.09
HSL 328.8º 0.77% 0.62% -
HSV(B) 328.8º 0.64% 0.91% -
XYZ 43.13 26.08 36.48 -
YUV 136.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 233 83 161 0 0.64 0.31 0.09 328.8 0.77 0.62
Hex E9 53 A1 0 40 1F 9 149 4D 3E
Octal 351 123 241 0 100 37 11 511 115 76
Binary 11101001 1010011 10100001 0 1000000 11111 1001 101001001 1001101 111110

Color Harmonies of #E953A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E953A1

Black with #E953A1

Text Example


Text Example

White with #E953A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E953A1; }

 p { color: rgb(233,83,161); }

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

background-color css

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

 a { background-color: rgb(233,83,161); }

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

border-color css

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

 span { border-color: rgb(233,83,161); }

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