Html Css Color HEX #E355AF Brilliant Rose

📋 copy color: '#E355AF'

red 227 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #E355AF

Tints of Brilliant Rose #E355AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.45%

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

R = 46.61%
G = 17.45%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E355AF (or 0xE355AF) is known color: Brilliant Rose. HEX triplet: E3, 55 and AF. RGB value is (227,85,175). Sum of RGB (Red+Green+Blue) = 227+85+175=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E355AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E355AF is #1CAA50. Grayscale: #898989. Windows color (decimal): -1878609 or 11490787. OLE color: 11490787.

HSL color Cylindrical-coordinate representation of color #E355AF: hue angle of 321.97º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E355AF is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 85 175 -
CMYK 0 0.63 0.23 0.11
HSL 321.97º 0.72% 0.61% -
HSV(B) 321.97º 0.63% 0.89% -
XYZ 42.66 25.92 43.31 -
YUV 137.72 149.04 191.68 -
System Red Green Blue C M Y K H S L
Decimal 227 85 175 0 0.63 0.23 0.11 321.97 0.72 0.61
Hex E3 55 AF 0 3F 17 B 142 48 3D
Octal 343 125 257 0 77 27 13 502 110 75
Binary 11100011 1010101 10101111 0 111111 10111 1011 101000010 1001000 111101

Color Harmonies of #E355AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355AF

Black with #E355AF

Text Example


Text Example

White with #E355AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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