Html Css Color HEX #E95F9F Brilliant Rose

📋 copy color: '#E95F9F'

red 233 ◦ green 95 ◦ blue 159

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

Shades of Brilliant Rose #E95F9F

Tints of Brilliant Rose #E95F9F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.51%

 BLUE value IS 159 (62.5% from 255) = 32.65%

R = 47.84%
G = 19.51%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E95F9F (or 0xE95F9F) is known color: Brilliant Rose. HEX triplet: E9, 5F and 9F. RGB value is (233,95,159). Sum of RGB (Red+Green+Blue) = 233+95+159=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F9F is #16A060. Grayscale: #8F8F8F. Windows color (decimal): -1482849 or 10444777. OLE color: 10444777.

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

Color convert

RGB 233 95 159 -
CMYK 0 0.59 0.32 0.09
HSL 332.17º 0.76% 0.64% -
HSV(B) 332.17º 0.59% 0.91% -
XYZ 43.95 28.01 35.89 -
YUV 143.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 233 95 159 0 0.59 0.32 0.09 332.17 0.76 0.64
Hex E9 5F 9F 0 3B 20 9 14C 4C 40
Octal 351 137 237 0 73 40 11 514 114 100
Binary 11101001 1011111 10011111 0 111011 100000 1001 101001100 1001100 1000000

Color Harmonies of #E95F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95F9F

Black with #E95F9F

Text Example


Text Example

White with #E95F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95F9F; }

 p { color: rgb(233,95,159); }

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

background-color css

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

 a { background-color: rgb(233,95,159); }

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

border-color css

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

 span { border-color: rgb(233,95,159); }

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