Html Css Color HEX #E75BAB Brilliant Rose

📋 copy color: '#E75BAB'

red 231 ◦ green 91 ◦ blue 171

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

Shades of Brilliant Rose #E75BAB

Tints of Brilliant Rose #E75BAB

RGB

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

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

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

R = 46.86%
G = 18.46%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E75BAB (or 0xE75BAB) is known color: Brilliant Rose. HEX triplet: E7, 5B and AB. RGB value is (231,91,171). Sum of RGB (Red+Green+Blue) = 231+91+171=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75BAB is #18A454. Grayscale: #8D8D8D. Windows color (decimal): -1614933 or 11230183. OLE color: 11230183.

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

Color convert

RGB 231 91 171 -
CMYK 0 0.61 0.26 0.09
HSL 325.71º 0.74% 0.63% -
HSV(B) 325.71º 0.61% 0.91% -
XYZ 44.05 27.41 41.5 -
YUV 141.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 231 91 171 0 0.61 0.26 0.09 325.71 0.74 0.63
Hex E7 5B AB 0 3D 1A 9 146 4A 3F
Octal 347 133 253 0 75 32 11 506 112 77
Binary 11100111 1011011 10101011 0 111101 11010 1001 101000110 1001010 111111

Color Harmonies of #E75BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75BAB

Black with #E75BAB

Text Example


Text Example

White with #E75BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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