Html Css Color HEX #E75DAB Brilliant Rose

📋 copy color: '#E75DAB'

red 231 ◦ green 93 ◦ blue 171

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

Shades of Brilliant Rose #E75DAB

Tints of Brilliant Rose #E75DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 46.67%
G = 18.79%
B = 34.55%

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

#E75DAB (or 0xE75DAB) is known color: Brilliant Rose. HEX triplet: E7, 5D and AB. RGB value is (231,93,171). Sum of RGB (Red+Green+Blue) = 231+93+171=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75DAB is #18A254. Grayscale: #8E8E8E. Windows color (decimal): -1614421 or 11230695. OLE color: 11230695.

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

Color convert

RGB 231 93 171 -
CMYK 0 0.60 0.26 0.09
HSL 326.09º 0.74% 0.64% -
HSV(B) 326.09º 0.6% 0.91% -
XYZ 44.22 27.76 41.56 -
YUV 143.15 143.72 190.66 -
System Red Green Blue C M Y K H S L
Decimal 231 93 171 0 0.60 0.26 0.09 326.09 0.74 0.64
Hex E7 5D AB 0 3C 1A 9 146 4A 40
Octal 347 135 253 0 74 32 11 506 112 100
Binary 11100111 1011101 10101011 0 111100 11010 1001 101000110 1001010 1000000

Color Harmonies of #E75DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DAB

Black with #E75DAB

Text Example


Text Example

White with #E75DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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