Html Css Color HEX #E95FA2 Brilliant Rose

📋 copy color: '#E95FA2'

red 233 ◦ green 95 ◦ blue 162

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

Shades of Brilliant Rose #E95FA2

Tints of Brilliant Rose #E95FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.06%

R = 47.55%
G = 19.39%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E95FA2 (or 0xE95FA2) is known color: Brilliant Rose. HEX triplet: E9, 5F and A2. RGB value is (233,95,162). Sum of RGB (Red+Green+Blue) = 233+95+162=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95FA2 is #16A05D. Grayscale: #8F8F8F. Windows color (decimal): -1482846 or 10641385. OLE color: 10641385.

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

Color convert

RGB 233 95 162 -
CMYK 0 0.59 0.30 0.09
HSL 330.87º 0.76% 0.64% -
HSV(B) 330.87º 0.59% 0.91% -
XYZ 44.22 28.12 37.28 -
YUV 143.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 233 95 162 0 0.59 0.30 0.09 330.87 0.76 0.64
Hex E9 5F A2 0 3B 1E 9 14B 4C 40
Octal 351 137 242 0 73 36 11 513 114 100
Binary 11101001 1011111 10100010 0 111011 11110 1001 101001011 1001100 1000000

Color Harmonies of #E95FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95FA2

Black with #E95FA2

Text Example


Text Example

White with #E95FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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