Html Css Color HEX #E75CA1 Brilliant Rose

📋 copy color: '#E75CA1'

red 231 ◦ green 92 ◦ blue 161

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

Shades of Brilliant Rose #E75CA1

Tints of Brilliant Rose #E75CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.26%

R = 47.73%
G = 19.01%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E75CA1 (or 0xE75CA1) is known color: Brilliant Rose. HEX triplet: E7, 5C and A1. RGB value is (231,92,161). Sum of RGB (Red+Green+Blue) = 231+92+161=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75CA1 is #18A35E. Grayscale: #8D8D8D. Windows color (decimal): -1614687 or 10575079. OLE color: 10575079.

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

Color convert

RGB 231 92 161 -
CMYK 0 0.60 0.30 0.09
HSL 330.22º 0.74% 0.63% -
HSV(B) 330.22º 0.6% 0.91% -
XYZ 43.22 27.22 36.69 -
YUV 141.43 139.05 191.89 -
System Red Green Blue C M Y K H S L
Decimal 231 92 161 0 0.60 0.30 0.09 330.22 0.74 0.63
Hex E7 5C A1 0 3C 1E 9 14A 4A 3F
Octal 347 134 241 0 74 36 11 512 112 77
Binary 11100111 1011100 10100001 0 111100 11110 1001 101001010 1001010 111111

Color Harmonies of #E75CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75CA1

Black with #E75CA1

Text Example


Text Example

White with #E75CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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