Html Css Color HEX #E950A2 Brilliant Rose

📋 copy color: '#E950A2'

red 233 ◦ green 80 ◦ blue 162

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

Shades of Brilliant Rose #E950A2

Tints of Brilliant Rose #E950A2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.84%

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

R = 49.05%
G = 16.84%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E950A2 (or 0xE950A2) is known color: Brilliant Rose. HEX triplet: E9, 50 and A2. RGB value is (233,80,162). Sum of RGB (Red+Green+Blue) = 233+80+162=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E950A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E950A2 is #16AF5D. Grayscale: #868686. Windows color (decimal): -1486686 or 10637545. OLE color: 10637545.

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

Color convert

RGB 233 80 162 -
CMYK 0 0.66 0.30 0.09
HSL 327.84º 0.78% 0.61% -
HSV(B) 327.84º 0.66% 0.91% -
XYZ 42.99 25.67 36.87 -
YUV 135.1 143.19 197.83 -
System Red Green Blue C M Y K H S L
Decimal 233 80 162 0 0.66 0.30 0.09 327.84 0.78 0.61
Hex E9 50 A2 0 42 1E 9 148 4E 3D
Octal 351 120 242 0 102 36 11 510 116 75
Binary 11101001 1010000 10100010 0 1000010 11110 1001 101001000 1001110 111101

Color Harmonies of #E950A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950A2

Black with #E950A2

Text Example


Text Example

White with #E950A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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