Html Css Color HEX #E955B1 Brilliant Rose

📋 copy color: '#E955B1'

red 233 ◦ green 85 ◦ blue 177

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

Shades of Brilliant Rose #E955B1

Tints of Brilliant Rose #E955B1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.17%

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

R = 47.07%
G = 17.17%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E955B1 (or 0xE955B1) is known color: Brilliant Rose. HEX triplet: E9, 55 and B1. RGB value is (233,85,177). Sum of RGB (Red+Green+Blue) = 233+85+177=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E955B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E955B1 is #16AA4E. Grayscale: #8B8B8B. Windows color (decimal): -1485391 or 11621865. OLE color: 11621865.

HSL color Cylindrical-coordinate representation of color #E955B1: hue angle of 322.7º degrees, saturation: 0.77, 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 #E955B1 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 85 177 -
CMYK 0 0.64 0.24 0.09
HSL 322.7º 0.77% 0.62% -
HSV(B) 322.7º 0.64% 0.91% -
XYZ 44.79 26.99 44.44 -
YUV 139.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 233 85 177 0 0.64 0.24 0.09 322.7 0.77 0.62
Hex E9 55 B1 0 40 18 9 143 4D 3E
Octal 351 125 261 0 100 30 11 503 115 76
Binary 11101001 1010101 10110001 0 1000000 11000 1001 101000011 1001101 111110

Color Harmonies of #E955B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955B1

Black with #E955B1

Text Example


Text Example

White with #E955B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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