Html Css Color HEX #E352A5 Brilliant Rose

📋 copy color: '#E352A5'

red 227 ◦ green 82 ◦ blue 165

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

Shades of Brilliant Rose #E352A5

Tints of Brilliant Rose #E352A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.81%

R = 47.89%
G = 17.3%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E352A5 (or 0xE352A5) is known color: Brilliant Rose. HEX triplet: E3, 52 and A5. RGB value is (227,82,165). Sum of RGB (Red+Green+Blue) = 227+82+165=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E352A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352A5 is #1CAD5A. Grayscale: #868686. Windows color (decimal): -1879387 or 10834659. OLE color: 10834659.

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

Color convert

RGB 227 82 165 -
CMYK 0 0.64 0.27 0.11
HSL 325.66º 0.72% 0.61% -
HSV(B) 325.66º 0.64% 0.89% -
XYZ 41.49 25.08 38.25 -
YUV 134.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 227 82 165 0 0.64 0.27 0.11 325.66 0.72 0.61
Hex E3 52 A5 0 40 1B B 146 48 3D
Octal 343 122 245 0 100 33 13 506 110 75
Binary 11100011 1010010 10100101 0 1000000 11011 1011 101000110 1001000 111101

Color Harmonies of #E352A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352A5

Black with #E352A5

Text Example


Text Example

White with #E352A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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