Html Css Color HEX #E95BA1 Brilliant Rose

📋 copy color: '#E95BA1'

red 233 ◦ green 91 ◦ blue 161

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

Shades of Brilliant Rose #E95BA1

Tints of Brilliant Rose #E95BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.76%

 BLUE value IS 161 (63.28% from 255) = 33.2%

R = 48.04%
G = 18.76%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E95BA1 (or 0xE95BA1) is known color: Brilliant Rose. HEX triplet: E9, 5B and A1. RGB value is (233,91,161). Sum of RGB (Red+Green+Blue) = 233+91+161=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95BA1 is #16A45E. Grayscale: #8D8D8D. Windows color (decimal): -1483871 or 10574825. OLE color: 10574825.

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

Color convert

RGB 233 91 161 -
CMYK 0 0.61 0.31 0.09
HSL 330.42º 0.76% 0.64% -
HSV(B) 330.42º 0.61% 0.91% -
XYZ 43.78 27.38 36.7 -
YUV 141.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 233 91 161 0 0.61 0.31 0.09 330.42 0.76 0.64
Hex E9 5B A1 0 3D 1F 9 14A 4C 40
Octal 351 133 241 0 75 37 11 512 114 100
Binary 11101001 1011011 10100001 0 111101 11111 1001 101001010 1001100 1000000

Color Harmonies of #E95BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95BA1

Black with #E95BA1

Text Example


Text Example

White with #E95BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95BA1; }

 p { color: rgb(233,91,161); }

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

background-color css

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

 a { background-color: rgb(233,91,161); }

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

border-color css

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

 span { border-color: rgb(233,91,161); }

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