Html Css Color HEX #E352B0 Brilliant Rose

📋 copy color: '#E352B0'

red 227 ◦ green 82 ◦ blue 176

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

Shades of Brilliant Rose #E352B0

Tints of Brilliant Rose #E352B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.29%

R = 46.8%
G = 16.91%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E352B0 (or 0xE352B0) is known color: Brilliant Rose. HEX triplet: E3, 52 and B0. RGB value is (227,82,176). Sum of RGB (Red+Green+Blue) = 227+82+176=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E352B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352B0 is #1CAD4F. Grayscale: #878787. Windows color (decimal): -1879376 or 11555555. OLE color: 11555555.

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

Color convert

RGB 227 82 176 -
CMYK 0 0.64 0.22 0.11
HSL 321.1º 0.72% 0.61% -
HSV(B) 321.1º 0.64% 0.89% -
XYZ 42.53 25.5 43.75 -
YUV 136.07 150.54 192.86 -
System Red Green Blue C M Y K H S L
Decimal 227 82 176 0 0.64 0.22 0.11 321.1 0.72 0.61
Hex E3 52 B0 0 40 16 B 141 48 3D
Octal 343 122 260 0 100 26 13 501 110 75
Binary 11100011 1010010 10110000 0 1000000 10110 1011 101000001 1001000 111101

Color Harmonies of #E352B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352B0

Black with #E352B0

Text Example


Text Example

White with #E352B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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