Html Css Color HEX #E352AA Brilliant Rose

📋 copy color: '#E352AA'

red 227 ◦ green 82 ◦ blue 170

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

Shades of Brilliant Rose #E352AA

Tints of Brilliant Rose #E352AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.12%

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 47.39%
G = 17.12%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E352AA (or 0xE352AA) is known color: Brilliant Rose. HEX triplet: E3, 52 and AA. RGB value is (227,82,170). Sum of RGB (Red+Green+Blue) = 227+82+170=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E352AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352AA is #1CAD55. Grayscale: #878787. Windows color (decimal): -1879382 or 11162339. OLE color: 11162339.

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

Color convert

RGB 227 82 170 -
CMYK 0 0.64 0.25 0.11
HSL 323.59º 0.72% 0.61% -
HSV(B) 323.59º 0.64% 0.89% -
XYZ 41.95 25.27 40.7 -
YUV 135.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 227 82 170 0 0.64 0.25 0.11 323.59 0.72 0.61
Hex E3 52 AA 0 40 19 B 144 48 3D
Octal 343 122 252 0 100 31 13 504 110 75
Binary 11100011 1010010 10101010 0 1000000 11001 1011 101000100 1001000 111101

Color Harmonies of #E352AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352AA

Black with #E352AA

Text Example


Text Example

White with #E352AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352AA; }

 p { color: rgb(227,82,170); }

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

background-color css

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

 a { background-color: rgb(227,82,170); }

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

border-color css

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

 span { border-color: rgb(227,82,170); }

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