Html Css Color HEX #E75DAA Brilliant Rose

📋 copy color: '#E75DAA'

red 231 ◦ green 93 ◦ blue 170

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

Shades of Brilliant Rose #E75DAA

Tints of Brilliant Rose #E75DAA

RGB

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

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

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

R = 46.76%
G = 18.83%
B = 34.41%

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

#E75DAA (or 0xE75DAA) is known color: Brilliant Rose. HEX triplet: E7, 5D and AA. RGB value is (231,93,170). Sum of RGB (Red+Green+Blue) = 231+93+170=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75DAA is #18A255. Grayscale: #8E8E8E. Windows color (decimal): -1614422 or 11165159. OLE color: 11165159.

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

Color convert

RGB 231 93 170 -
CMYK 0 0.60 0.26 0.09
HSL 326.52º 0.74% 0.64% -
HSV(B) 326.52º 0.6% 0.91% -
XYZ 44.13 27.72 41.06 -
YUV 143.04 143.22 190.74 -
System Red Green Blue C M Y K H S L
Decimal 231 93 170 0 0.60 0.26 0.09 326.52 0.74 0.64
Hex E7 5D AA 0 3C 1A 9 147 4A 40
Octal 347 135 252 0 74 32 11 507 112 100
Binary 11100111 1011101 10101010 0 111100 11010 1001 101000111 1001010 1000000

Color Harmonies of #E75DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DAA

Black with #E75DAA

Text Example


Text Example

White with #E75DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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