Html Css Color HEX #E95F9E Brilliant Rose

📋 copy color: '#E95F9E'

red 233 ◦ green 95 ◦ blue 158

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

Shades of Brilliant Rose #E95F9E

Tints of Brilliant Rose #E95F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.51%

R = 47.94%
G = 19.55%
B = 32.51%

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

#E95F9E (or 0xE95F9E) is known color: Brilliant Rose. HEX triplet: E9, 5F and 9E. RGB value is (233,95,158). Sum of RGB (Red+Green+Blue) = 233+95+158=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F9E is #16A061. Grayscale: #8F8F8F. Windows color (decimal): -1482850 or 10379241. OLE color: 10379241.

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

Color convert

RGB 233 95 158 -
CMYK 0 0.59 0.32 0.09
HSL 332.61º 0.76% 0.64% -
HSV(B) 332.61º 0.59% 0.91% -
XYZ 43.87 27.98 35.44 -
YUV 143.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 233 95 158 0 0.59 0.32 0.09 332.61 0.76 0.64
Hex E9 5F 9E 0 3B 20 9 14D 4C 40
Octal 351 137 236 0 73 40 11 515 114 100
Binary 11101001 1011111 10011110 0 111011 100000 1001 101001101 1001100 1000000

Color Harmonies of #E95F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95F9E

Black with #E95F9E

Text Example


Text Example

White with #E95F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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