Html Css Color HEX #E75DAC Brilliant Rose

📋 copy color: '#E75DAC'

red 231 ◦ green 93 ◦ blue 172

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

Shades of Brilliant Rose #E75DAC

Tints of Brilliant Rose #E75DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.75%

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 46.57%
G = 18.75%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E75DAC (or 0xE75DAC) is known color: Brilliant Rose. HEX triplet: E7, 5D and AC. RGB value is (231,93,172). Sum of RGB (Red+Green+Blue) = 231+93+172=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75DAC is #18A253. Grayscale: #8F8F8F. Windows color (decimal): -1614420 or 11296231. OLE color: 11296231.

HSL color Cylindrical-coordinate representation of color #E75DAC: hue angle of 325.65º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75DAC is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 93 172 -
CMYK 0 0.60 0.26 0.09
HSL 325.65º 0.74% 0.64% -
HSV(B) 325.65º 0.6% 0.91% -
XYZ 44.32 27.8 42.06 -
YUV 143.27 144.22 190.58 -
System Red Green Blue C M Y K H S L
Decimal 231 93 172 0 0.60 0.26 0.09 325.65 0.74 0.64
Hex E7 5D AC 0 3C 1A 9 146 4A 40
Octal 347 135 254 0 74 32 11 506 112 100
Binary 11100111 1011101 10101100 0 111100 11010 1001 101000110 1001010 1000000

Color Harmonies of #E75DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DAC

Black with #E75DAC

Text Example


Text Example

White with #E75DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DAC; }

 p { color: rgb(231,93,172); }

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

background-color css

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

 a { background-color: rgb(231,93,172); }

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

border-color css

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

 span { border-color: rgb(231,93,172); }

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