Html Css Color HEX #E952AA Brilliant Rose

📋 copy color: '#E952AA'

red 233 ◦ green 82 ◦ blue 170

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

Shades of Brilliant Rose #E952AA

Tints of Brilliant Rose #E952AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.91%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 48.04%
G = 16.91%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E952AA (or 0xE952AA) is known color: Brilliant Rose. HEX triplet: E9, 52 and AA. RGB value is (233,82,170). Sum of RGB (Red+Green+Blue) = 233+82+170=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E952AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E952AA is #16AD55. Grayscale: #888888. Windows color (decimal): -1486166 or 11162345. OLE color: 11162345.

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

Color convert

RGB 233 82 170 -
CMYK 0 0.65 0.27 0.09
HSL 325.03º 0.77% 0.62% -
HSV(B) 325.03º 0.65% 0.91% -
XYZ 43.88 26.26 40.79 -
YUV 137.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 233 82 170 0 0.65 0.27 0.09 325.03 0.77 0.62
Hex E9 52 AA 0 41 1B 9 145 4D 3E
Octal 351 122 252 0 101 33 11 505 115 76
Binary 11101001 1010010 10101010 0 1000001 11011 1001 101000101 1001101 111110

Color Harmonies of #E952AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E952AA

Black with #E952AA

Text Example


Text Example

White with #E952AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E952AA; }

 p { color: rgb(233,82,170); }

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

background-color css

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

 a { background-color: rgb(233,82,170); }

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

border-color css

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

 span { border-color: rgb(233,82,170); }

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