Html Css Color HEX #E352AC Brilliant Rose

📋 copy color: '#E352AC'

red 227 ◦ green 82 ◦ blue 172

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

Shades of Brilliant Rose #E352AC

Tints of Brilliant Rose #E352AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 47.19%
G = 17.05%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E352AC (or 0xE352AC) is known color: Brilliant Rose. HEX triplet: E3, 52 and AC. RGB value is (227,82,172). Sum of RGB (Red+Green+Blue) = 227+82+172=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E352AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352AC is #1CAD53. Grayscale: #878787. Windows color (decimal): -1879380 or 11293411. OLE color: 11293411.

HSL color Cylindrical-coordinate representation of color #E352AC: hue angle of 322.76º 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 #E352AC is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 82 172 -
CMYK 0 0.64 0.24 0.11
HSL 322.76º 0.72% 0.61% -
HSV(B) 322.76º 0.64% 0.89% -
XYZ 42.14 25.34 41.7 -
YUV 135.62 148.54 193.18 -
System Red Green Blue C M Y K H S L
Decimal 227 82 172 0 0.64 0.24 0.11 322.76 0.72 0.61
Hex E3 52 AC 0 40 18 B 143 48 3D
Octal 343 122 254 0 100 30 13 503 110 75
Binary 11100011 1010010 10101100 0 1000000 11000 1011 101000011 1001000 111101

Color Harmonies of #E352AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352AC

Black with #E352AC

Text Example


Text Example

White with #E352AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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