Html Css Color HEX #E34AA4 Brilliant Rose

📋 copy color: '#E34AA4'

red 227 ◦ green 74 ◦ blue 164

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

Shades of Brilliant Rose #E34AA4

Tints of Brilliant Rose #E34AA4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.91%

 BLUE value IS 164 (64.45% from 255) = 35.27%

R = 48.82%
G = 15.91%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E34AA4 (or 0xE34AA4) is known color: Brilliant Rose. HEX triplet: E3, 4A and A4. RGB value is (227,74,164). Sum of RGB (Red+Green+Blue) = 227+74+164=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E34AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34AA4 is #1CB55B. Grayscale: #818181. Windows color (decimal): -1881436 or 10767075. OLE color: 10767075.

HSL color Cylindrical-coordinate representation of color #E34AA4: hue angle of 324.71º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34AA4 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 74 164 -
CMYK 0 0.67 0.28 0.11
HSL 324.71º 0.73% 0.59% -
HSV(B) 324.71º 0.67% 0.89% -
XYZ 40.83 23.91 37.58 -
YUV 130.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 227 74 164 0 0.67 0.28 0.11 324.71 0.73 0.59
Hex E3 4A A4 0 43 1C B 145 49 3B
Octal 343 112 244 0 103 34 13 505 111 73
Binary 11100011 1001010 10100100 0 1000011 11100 1011 101000101 1001001 111011

Color Harmonies of #E34AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34AA4

Black with #E34AA4

Text Example


Text Example

White with #E34AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34AA4; }

 p { color: rgb(227,74,164); }

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

background-color css

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

 a { background-color: rgb(227,74,164); }

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

border-color css

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

 span { border-color: rgb(227,74,164); }

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