Html Css Color HEX #E95BA4 Brilliant Rose

📋 copy color: '#E95BA4'

red 233 ◦ green 91 ◦ blue 164

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

Shades of Brilliant Rose #E95BA4

Tints of Brilliant Rose #E95BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.61%

R = 47.75%
G = 18.65%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E95BA4 (or 0xE95BA4) is known color: Brilliant Rose. HEX triplet: E9, 5B and A4. RGB value is (233,91,164). Sum of RGB (Red+Green+Blue) = 233+91+164=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95BA4 is #16A45B. Grayscale: #8D8D8D. Windows color (decimal): -1483868 or 10771433. OLE color: 10771433.

HSL color Cylindrical-coordinate representation of color #E95BA4: hue angle of 329.15º 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 #E95BA4 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 91 164 -
CMYK 0 0.61 0.30 0.09
HSL 329.15º 0.76% 0.64% -
HSV(B) 329.15º 0.61% 0.91% -
XYZ 44.05 27.49 38.11 -
YUV 141.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 233 91 164 0 0.61 0.30 0.09 329.15 0.76 0.64
Hex E9 5B A4 0 3D 1E 9 149 4C 40
Octal 351 133 244 0 75 36 11 511 114 100
Binary 11101001 1011011 10100100 0 111101 11110 1001 101001001 1001100 1000000

Color Harmonies of #E95BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95BA4

Black with #E95BA4

Text Example


Text Example

White with #E95BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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