Html Css Color HEX #E850B9 Brilliant Rose

📋 copy color: '#E850B9'

red 232 ◦ green 80 ◦ blue 185

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

Shades of Brilliant Rose #E850B9

Tints of Brilliant Rose #E850B9

RGB

 RED value IS 232 (91.02% from 255) = 46.68%

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

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

R = 46.68%
G = 16.1%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E850B9 (or 0xE850B9) is known color: Brilliant Rose. HEX triplet: E8, 50 and B9. RGB value is (232,80,185). Sum of RGB (Red+Green+Blue) = 232+80+185=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E850B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E850B9 is #17AF46. Grayscale: #898989. Windows color (decimal): -1552199 or 12144872. OLE color: 12144872.

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

Color convert

RGB 232 80 185 -
CMYK 0 0.66 0.20 0.09
HSL 318.55º 0.77% 0.61% -
HSV(B) 318.55º 0.66% 0.91% -
XYZ 44.9 26.4 48.63 -
YUV 137.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 232 80 185 0 0.66 0.20 0.09 318.55 0.77 0.61
Hex E8 50 B9 0 42 14 9 13F 4D 3D
Octal 350 120 271 0 102 24 11 477 115 75
Binary 11101000 1010000 10111001 0 1000010 10100 1001 100111111 1001101 111101

Color Harmonies of #E850B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E850B9

Black with #E850B9

Text Example


Text Example

White with #E850B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E850B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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