Html Css Color HEX #E354A0 Brilliant Rose

📋 copy color: '#E354A0'

red 227 ◦ green 84 ◦ blue 160

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

Shades of Brilliant Rose #E354A0

Tints of Brilliant Rose #E354A0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.83%

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

R = 48.2%
G = 17.83%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E354A0 (or 0xE354A0) is known color: Brilliant Rose. HEX triplet: E3, 54 and A0. RGB value is (227,84,160). Sum of RGB (Red+Green+Blue) = 227+84+160=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E354A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E354A0 is #1CAB5F. Grayscale: #878787. Windows color (decimal): -1878880 or 10507491. OLE color: 10507491.

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

Color convert

RGB 227 84 160 -
CMYK 0 0.63 0.30 0.11
HSL 328.11º 0.72% 0.61% -
HSV(B) 328.11º 0.63% 0.89% -
XYZ 41.19 25.21 35.95 -
YUV 135.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 227 84 160 0 0.63 0.30 0.11 328.11 0.72 0.61
Hex E3 54 A0 0 3F 1E B 148 48 3D
Octal 343 124 240 0 77 36 13 510 110 75
Binary 11100011 1010100 10100000 0 111111 11110 1011 101001000 1001000 111101

Color Harmonies of #E354A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E354A0

Black with #E354A0

Text Example


Text Example

White with #E354A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E354A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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