Html Css Color HEX #E351A0 Brilliant Rose

📋 copy color: '#E351A0'

red 227 ◦ green 81 ◦ blue 160

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

Shades of Brilliant Rose #E351A0

Tints of Brilliant Rose #E351A0

RGB

 RED value IS 227 (89.06% from 255) = 48.5%

 GREEN value IS 81 (32.03% from 255) = 17.31%

 BLUE value IS 160 (62.89% from 255) = 34.19%

R = 48.5%
G = 17.31%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E351A0 (or 0xE351A0) is known color: Brilliant Rose. HEX triplet: E3, 51 and A0. RGB value is (227,81,160). Sum of RGB (Red+Green+Blue) = 227+81+160=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E351A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E351A0 is #1CAE5F. Grayscale: #858585. Windows color (decimal): -1879648 or 10506723. OLE color: 10506723.

HSL color Cylindrical-coordinate representation of color #E351A0: hue angle of 327.53º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E351A0 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 81 160 -
CMYK 0 0.64 0.30 0.11
HSL 327.53º 0.72% 0.6% -
HSV(B) 327.53º 0.64% 0.89% -
XYZ 40.97 24.75 35.88 -
YUV 133.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 227 81 160 0 0.64 0.30 0.11 327.53 0.72 0.6
Hex E3 51 A0 0 40 1E B 148 48 3C
Octal 343 121 240 0 100 36 13 510 110 74
Binary 11100011 1010001 10100000 0 1000000 11110 1011 101001000 1001000 111100

Color Harmonies of #E351A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E351A0

Black with #E351A0

Text Example


Text Example

White with #E351A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E351A0; }

 p { color: rgb(227,81,160); }

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

background-color css

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

 a { background-color: rgb(227,81,160); }

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

border-color css

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

 span { border-color: rgb(227,81,160); }

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