Html Css Color HEX #E75B9C Brilliant Rose

📋 copy color: '#E75B9C'

red 231 ◦ green 91 ◦ blue 156

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

Shades of Brilliant Rose #E75B9C

Tints of Brilliant Rose #E75B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 48.33%
G = 19.04%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E75B9C (or 0xE75B9C) is known color: Brilliant Rose. HEX triplet: E7, 5B and 9C. RGB value is (231,91,156). Sum of RGB (Red+Green+Blue) = 231+91+156=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75B9C is #18A463. Grayscale: #8C8C8C. Windows color (decimal): -1614948 or 10247143. OLE color: 10247143.

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

Color convert

RGB 231 91 156 -
CMYK 0 0.61 0.32 0.09
HSL 332.14º 0.74% 0.63% -
HSV(B) 332.14º 0.61% 0.91% -
XYZ 42.7 26.87 34.39 -
YUV 140.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 231 91 156 0 0.61 0.32 0.09 332.14 0.74 0.63
Hex E7 5B 9C 0 3D 20 9 14C 4A 3F
Octal 347 133 234 0 75 40 11 514 112 77
Binary 11100111 1011011 10011100 0 111101 100000 1001 101001100 1001010 111111

Color Harmonies of #E75B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75B9C

Black with #E75B9C

Text Example


Text Example

White with #E75B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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