Html Css Color HEX #E75CAC Brilliant Rose

📋 copy color: '#E75CAC'

red 231 ◦ green 92 ◦ blue 172

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

Shades of Brilliant Rose #E75CAC

Tints of Brilliant Rose #E75CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.59%

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

R = 46.67%
G = 18.59%
B = 34.75%

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

#E75CAC (or 0xE75CAC) is known color: Brilliant Rose. HEX triplet: E7, 5C and AC. RGB value is (231,92,172). Sum of RGB (Red+Green+Blue) = 231+92+172=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75CAC is #18A353. Grayscale: #8E8E8E. Windows color (decimal): -1614676 or 11295975. OLE color: 11295975.

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

Color convert

RGB 231 92 172 -
CMYK 0 0.60 0.26 0.09
HSL 325.47º 0.74% 0.63% -
HSV(B) 325.47º 0.6% 0.91% -
XYZ 44.23 27.62 42.03 -
YUV 142.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 231 92 172 0 0.60 0.26 0.09 325.47 0.74 0.63
Hex E7 5C AC 0 3C 1A 9 145 4A 3F
Octal 347 134 254 0 74 32 11 505 112 77
Binary 11100111 1011100 10101100 0 111100 11010 1001 101000101 1001010 111111

Color Harmonies of #E75CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75CAC

Black with #E75CAC

Text Example


Text Example

White with #E75CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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