Html Css Color HEX #E75BA9 Brilliant Rose

📋 copy color: '#E75BA9'

red 231 ◦ green 91 ◦ blue 169

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

Shades of Brilliant Rose #E75BA9

Tints of Brilliant Rose #E75BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.53%

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

R = 47.05%
G = 18.53%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E75BA9 (or 0xE75BA9) is known color: Brilliant Rose. HEX triplet: E7, 5B and A9. RGB value is (231,91,169). Sum of RGB (Red+Green+Blue) = 231+91+169=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75BA9 is #18A456. Grayscale: #8D8D8D. Windows color (decimal): -1614935 or 11099111. OLE color: 11099111.

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

Color convert

RGB 231 91 169 -
CMYK 0 0.61 0.27 0.09
HSL 326.57º 0.74% 0.63% -
HSV(B) 326.57º 0.61% 0.91% -
XYZ 43.86 27.34 40.5 -
YUV 141.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 231 91 169 0 0.61 0.27 0.09 326.57 0.74 0.63
Hex E7 5B A9 0 3D 1B 9 147 4A 3F
Octal 347 133 251 0 75 33 11 507 112 77
Binary 11100111 1011011 10101001 0 111101 11011 1001 101000111 1001010 111111

Color Harmonies of #E75BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75BA9

Black with #E75BA9

Text Example


Text Example

White with #E75BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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