Html Css Color HEX #E352AF Brilliant Rose

📋 copy color: '#E352AF'

red 227 ◦ green 82 ◦ blue 175

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

Shades of Brilliant Rose #E352AF

Tints of Brilliant Rose #E352AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 46.9%
G = 16.94%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E352AF (or 0xE352AF) is known color: Brilliant Rose. HEX triplet: E3, 52 and AF. RGB value is (227,82,175). Sum of RGB (Red+Green+Blue) = 227+82+175=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E352AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352AF is #1CAD50. Grayscale: #878787. Windows color (decimal): -1879377 or 11490019. OLE color: 11490019.

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

Color convert

RGB 227 82 175 -
CMYK 0 0.64 0.23 0.11
HSL 321.52º 0.72% 0.61% -
HSV(B) 321.52º 0.64% 0.89% -
XYZ 42.43 25.46 43.24 -
YUV 135.96 150.04 192.94 -
System Red Green Blue C M Y K H S L
Decimal 227 82 175 0 0.64 0.23 0.11 321.52 0.72 0.61
Hex E3 52 AF 0 40 17 B 142 48 3D
Octal 343 122 257 0 100 27 13 502 110 75
Binary 11100011 1010010 10101111 0 1000000 10111 1011 101000010 1001000 111101

Color Harmonies of #E352AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352AF

Black with #E352AF

Text Example


Text Example

White with #E352AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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