Html Css Color HEX #E958B1 Brilliant Rose

📋 copy color: '#E958B1'

red 233 ◦ green 88 ◦ blue 177

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

Shades of Brilliant Rose #E958B1

Tints of Brilliant Rose #E958B1

RGB

 RED value IS 233 (91.41% from 255) = 46.79%

 GREEN value IS 88 (34.77% from 255) = 17.67%

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

R = 46.79%
G = 17.67%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E958B1 (or 0xE958B1) is known color: Brilliant Rose. HEX triplet: E9, 58 and B1. RGB value is (233,88,177). Sum of RGB (Red+Green+Blue) = 233+88+177=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E958B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E958B1 is #16A74E. Grayscale: #8D8D8D. Windows color (decimal): -1484623 or 11622633. OLE color: 11622633.

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

Color convert

RGB 233 88 177 -
CMYK 0 0.62 0.24 0.09
HSL 323.17º 0.77% 0.63% -
HSV(B) 323.17º 0.62% 0.91% -
XYZ 45.03 27.48 44.53 -
YUV 141.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 233 88 177 0 0.62 0.24 0.09 323.17 0.77 0.63
Hex E9 58 B1 0 3E 18 9 143 4D 3F
Octal 351 130 261 0 76 30 11 503 115 77
Binary 11101001 1011000 10110001 0 111110 11000 1001 101000011 1001101 111111

Color Harmonies of #E958B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958B1

Black with #E958B1

Text Example


Text Example

White with #E958B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958B1; }

 p { color: rgb(233,88,177); }

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

background-color css

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

 a { background-color: rgb(233,88,177); }

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

border-color css

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

 span { border-color: rgb(233,88,177); }

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