Html Css Color HEX #E345A5 Brilliant Rose

📋 copy color: '#E345A5'

red 227 ◦ green 69 ◦ blue 165

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

Shades of Brilliant Rose #E345A5

Tints of Brilliant Rose #E345A5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.97%

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

R = 49.24%
G = 14.97%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E345A5 (or 0xE345A5) is known color: Brilliant Rose. HEX triplet: E3, 45 and A5. RGB value is (227,69,165). Sum of RGB (Red+Green+Blue) = 227+69+165=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E345A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E345A5 is #1CBA5A. Grayscale: #7E7E7E. Windows color (decimal): -1882715 or 10831331. OLE color: 10831331.

HSL color Cylindrical-coordinate representation of color #E345A5: hue angle of 323.54º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E345A5 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 69 165 -
CMYK 0 0.70 0.27 0.11
HSL 323.54º 0.74% 0.58% -
HSV(B) 323.54º 0.7% 0.89% -
XYZ 40.6 23.3 37.96 -
YUV 127.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 227 69 165 0 0.70 0.27 0.11 323.54 0.74 0.58
Hex E3 45 A5 0 46 1B B 144 4A 3A
Octal 343 105 245 0 106 33 13 504 112 72
Binary 11100011 1000101 10100101 0 1000110 11011 1011 101000100 1001010 111010

Color Harmonies of #E345A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E345A5

Black with #E345A5

Text Example


Text Example

White with #E345A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E345A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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