Html Css Color HEX #E752A9 Brilliant Rose

📋 copy color: '#E752A9'

red 231 ◦ green 82 ◦ blue 169

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

Shades of Brilliant Rose #E752A9

Tints of Brilliant Rose #E752A9

RGB

 RED value IS 231 (90.63% from 255) = 47.93%

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

 BLUE value IS 169 (66.41% from 255) = 35.06%

R = 47.93%
G = 17.01%
B = 35.06%

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

#E752A9 (or 0xE752A9) is known color: Brilliant Rose. HEX triplet: E7, 52 and A9. RGB value is (231,82,169). Sum of RGB (Red+Green+Blue) = 231+82+169=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E752A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E752A9 is #18AD56. Grayscale: #888888. Windows color (decimal): -1617239 or 11096807. OLE color: 11096807.

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

Color convert

RGB 231 82 169 -
CMYK 0 0.65 0.27 0.09
HSL 324.97º 0.76% 0.61% -
HSV(B) 324.97º 0.65% 0.91% -
XYZ 43.13 25.89 40.26 -
YUV 136.47 146.36 195.43 -
System Red Green Blue C M Y K H S L
Decimal 231 82 169 0 0.65 0.27 0.09 324.97 0.76 0.61
Hex E7 52 A9 0 41 1B 9 145 4C 3D
Octal 347 122 251 0 101 33 11 505 114 75
Binary 11100111 1010010 10101001 0 1000001 11011 1001 101000101 1001100 111101

Color Harmonies of #E752A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E752A9

Black with #E752A9

Text Example


Text Example

White with #E752A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E752A9; }

 p { color: rgb(231,82,169); }

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

background-color css

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

 a { background-color: rgb(231,82,169); }

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

border-color css

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

 span { border-color: rgb(231,82,169); }

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