Html Css Color HEX #E352B4 Brilliant Rose

📋 copy color: '#E352B4'

red 227 ◦ green 82 ◦ blue 180

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

Shades of Brilliant Rose #E352B4

Tints of Brilliant Rose #E352B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.81%

R = 46.42%
G = 16.77%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E352B4 (or 0xE352B4) is known color: Brilliant Rose. HEX triplet: E3, 52 and B4. RGB value is (227,82,180). Sum of RGB (Red+Green+Blue) = 227+82+180=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E352B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352B4 is #1CAD4B. Grayscale: #888888. Windows color (decimal): -1879372 or 11817699. OLE color: 11817699.

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

Color convert

RGB 227 82 180 -
CMYK 0 0.64 0.21 0.11
HSL 319.45º 0.72% 0.61% -
HSV(B) 319.45º 0.64% 0.89% -
XYZ 42.93 25.66 45.87 -
YUV 136.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 227 82 180 0 0.64 0.21 0.11 319.45 0.72 0.61
Hex E3 52 B4 0 40 15 B 13F 48 3D
Octal 343 122 264 0 100 25 13 477 110 75
Binary 11100011 1010010 10110100 0 1000000 10101 1011 100111111 1001000 111101

Color Harmonies of #E352B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352B4

Black with #E352B4

Text Example


Text Example

White with #E352B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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