Html Css Color HEX #E349A1 Brilliant Rose

📋 copy color: '#E349A1'

red 227 ◦ green 73 ◦ blue 161

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

Shades of Brilliant Rose #E349A1

Tints of Brilliant Rose #E349A1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.84%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 49.24%
G = 15.84%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E349A1 (or 0xE349A1) is known color: Brilliant Rose. HEX triplet: E3, 49 and A1. RGB value is (227,73,161). Sum of RGB (Red+Green+Blue) = 227+73+161=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E349A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E349A1 is #1CB65E. Grayscale: #808080. Windows color (decimal): -1881695 or 10570211. OLE color: 10570211.

HSL color Cylindrical-coordinate representation of color #E349A1: hue angle of 325.71º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E349A1 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 73 161 -
CMYK 0 0.68 0.29 0.11
HSL 325.71º 0.73% 0.59% -
HSV(B) 325.71º 0.68% 0.89% -
XYZ 40.49 23.67 36.15 -
YUV 129.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 227 73 161 0 0.68 0.29 0.11 325.71 0.73 0.59
Hex E3 49 A1 0 44 1D B 146 49 3B
Octal 343 111 241 0 104 35 13 506 111 73
Binary 11100011 1001001 10100001 0 1000100 11101 1011 101000110 1001001 111011

Color Harmonies of #E349A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E349A1

Black with #E349A1

Text Example


Text Example

White with #E349A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E349A1; }

 p { color: rgb(227,73,161); }

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

background-color css

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

 a { background-color: rgb(227,73,161); }

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

border-color css

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

 span { border-color: rgb(227,73,161); }

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