Html Css Color HEX #E950B9 Brilliant Rose

📋 copy color: '#E950B9'

red 233 ◦ green 80 ◦ blue 185

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

Shades of Brilliant Rose #E950B9

Tints of Brilliant Rose #E950B9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.06%

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 46.79%
G = 16.06%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E950B9 (or 0xE950B9) is known color: Brilliant Rose. HEX triplet: E9, 50 and B9. RGB value is (233,80,185). Sum of RGB (Red+Green+Blue) = 233+80+185=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E950B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950B9 is #16AF46. Grayscale: #898989. Windows color (decimal): -1486663 or 12144873. OLE color: 12144873.

HSL color Cylindrical-coordinate representation of color #E950B9: hue angle of 318.82º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950B9 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 80 185 -
CMYK 0 0.66 0.21 0.09
HSL 318.82º 0.78% 0.61% -
HSV(B) 318.82º 0.66% 0.91% -
XYZ 45.23 26.56 48.64 -
YUV 137.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 233 80 185 0 0.66 0.21 0.09 318.82 0.78 0.61
Hex E9 50 B9 0 42 15 9 13F 4E 3D
Octal 351 120 271 0 102 25 11 477 116 75
Binary 11101001 1010000 10111001 0 1000010 10101 1001 100111111 1001110 111101

Color Harmonies of #E950B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950B9

Black with #E950B9

Text Example


Text Example

White with #E950B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950B9; }

 p { color: rgb(233,80,185); }

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

background-color css

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

 a { background-color: rgb(233,80,185); }

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

border-color css

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

 span { border-color: rgb(233,80,185); }

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