Html Css Color HEX #E75FA6 Brilliant Rose

📋 copy color: '#E75FA6'

red 231 ◦ green 95 ◦ blue 166

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

Shades of Brilliant Rose #E75FA6

Tints of Brilliant Rose #E75FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.31%

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 46.95%
G = 19.31%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E75FA6 (or 0xE75FA6) is known color: Brilliant Rose. HEX triplet: E7, 5F and A6. RGB value is (231,95,166). Sum of RGB (Red+Green+Blue) = 231+95+166=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75FA6 is #18A059. Grayscale: #8F8F8F. Windows color (decimal): -1613914 or 10903527. OLE color: 10903527.

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

Color convert

RGB 231 95 166 -
CMYK 0 0.59 0.28 0.09
HSL 328.68º 0.74% 0.64% -
HSV(B) 328.68º 0.59% 0.91% -
XYZ 43.93 27.93 39.15 -
YUV 143.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 231 95 166 0 0.59 0.28 0.09 328.68 0.74 0.64
Hex E7 5F A6 0 3B 1C 9 149 4A 40
Octal 347 137 246 0 73 34 11 511 112 100
Binary 11100111 1011111 10100110 0 111011 11100 1001 101001001 1001010 1000000

Color Harmonies of #E75FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75FA6

Black with #E75FA6

Text Example


Text Example

White with #E75FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75FA6; }

 p { color: rgb(231,95,166); }

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

background-color css

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

 a { background-color: rgb(231,95,166); }

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

border-color css

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

 span { border-color: rgb(231,95,166); }

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