Html Css Color HEX #E754B1 Brilliant Rose

📋 copy color: '#E754B1'

red 231 ◦ green 84 ◦ blue 177

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

Shades of Brilliant Rose #E754B1

Tints of Brilliant Rose #E754B1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.07%

 BLUE value IS 177 (69.53% from 255) = 35.98%

R = 46.95%
G = 17.07%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E754B1 (or 0xE754B1) is known color: Brilliant Rose. HEX triplet: E7, 54 and B1. RGB value is (231,84,177). Sum of RGB (Red+Green+Blue) = 231+84+177=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E754B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E754B1 is #18AB4E. Grayscale: #8A8A8A. Windows color (decimal): -1616719 or 11621607. OLE color: 11621607.

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

Color convert

RGB 231 84 177 -
CMYK 0 0.64 0.23 0.09
HSL 322.04º 0.75% 0.62% -
HSV(B) 322.04º 0.64% 0.91% -
XYZ 44.06 26.5 44.39 -
YUV 138.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 231 84 177 0 0.64 0.23 0.09 322.04 0.75 0.62
Hex E7 54 B1 0 40 17 9 142 4B 3E
Octal 347 124 261 0 100 27 11 502 113 76
Binary 11100111 1010100 10110001 0 1000000 10111 1001 101000010 1001011 111110

Color Harmonies of #E754B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E754B1

Black with #E754B1

Text Example


Text Example

White with #E754B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E754B1; }

 p { color: rgb(231,84,177); }

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

background-color css

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

 a { background-color: rgb(231,84,177); }

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

border-color css

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

 span { border-color: rgb(231,84,177); }

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