Html Css Color HEX #E950A8 Brilliant Rose

📋 copy color: '#E950A8'

red 233 ◦ green 80 ◦ blue 168

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

Shades of Brilliant Rose #E950A8

Tints of Brilliant Rose #E950A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.93%

R = 48.44%
G = 16.63%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E950A8 (or 0xE950A8) is known color: Brilliant Rose. HEX triplet: E9, 50 and A8. RGB value is (233,80,168). Sum of RGB (Red+Green+Blue) = 233+80+168=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E950A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E950A8 is #16AF57. Grayscale: #878787. Windows color (decimal): -1486680 or 11030761. OLE color: 11030761.

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

Color convert

RGB 233 80 168 -
CMYK 0 0.66 0.28 0.09
HSL 325.49º 0.78% 0.61% -
HSV(B) 325.49º 0.66% 0.91% -
XYZ 43.54 25.89 39.75 -
YUV 135.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 233 80 168 0 0.66 0.28 0.09 325.49 0.78 0.61
Hex E9 50 A8 0 42 1C 9 145 4E 3D
Octal 351 120 250 0 102 34 11 505 116 75
Binary 11101001 1010000 10101000 0 1000010 11100 1001 101000101 1001110 111101

Color Harmonies of #E950A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950A8

Black with #E950A8

Text Example


Text Example

White with #E950A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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