Html Css Color HEX #E953A5 Brilliant Rose

📋 copy color: '#E953A5'

red 233 ◦ green 83 ◦ blue 165

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

Shades of Brilliant Rose #E953A5

Tints of Brilliant Rose #E953A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.3%

R = 48.44%
G = 17.26%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E953A5 (or 0xE953A5) is known color: Brilliant Rose. HEX triplet: E9, 53 and A5. RGB value is (233,83,165). Sum of RGB (Red+Green+Blue) = 233+83+165=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E953A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E953A5 is #16AC5A. Grayscale: #898989. Windows color (decimal): -1485915 or 10834921. OLE color: 10834921.

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

Color convert

RGB 233 83 165 -
CMYK 0 0.64 0.29 0.09
HSL 327.2º 0.77% 0.62% -
HSV(B) 327.2º 0.64% 0.91% -
XYZ 43.49 26.23 38.37 -
YUV 137.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 233 83 165 0 0.64 0.29 0.09 327.2 0.77 0.62
Hex E9 53 A5 0 40 1D 9 147 4D 3E
Octal 351 123 245 0 100 35 11 507 115 76
Binary 11101001 1010011 10100101 0 1000000 11101 1001 101000111 1001101 111110

Color Harmonies of #E953A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E953A5

Black with #E953A5

Text Example


Text Example

White with #E953A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E953A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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