Html Css Color HEX #E34FA1 Brilliant Rose

📋 copy color: '#E34FA1'

red 227 ◦ green 79 ◦ blue 161

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

Shades of Brilliant Rose #E34FA1

Tints of Brilliant Rose #E34FA1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.92%

 BLUE value IS 161 (63.28% from 255) = 34.48%

R = 48.61%
G = 16.92%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E34FA1 (or 0xE34FA1) is known color: Brilliant Rose. HEX triplet: E3, 4F and A1. RGB value is (227,79,161). Sum of RGB (Red+Green+Blue) = 227+79+161=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E34FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34FA1 is #1CB05E. Grayscale: #848484. Windows color (decimal): -1880159 or 10571747. OLE color: 10571747.

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

Color convert

RGB 227 79 161 -
CMYK 0 0.65 0.29 0.11
HSL 326.76º 0.73% 0.6% -
HSV(B) 326.76º 0.65% 0.89% -
XYZ 40.91 24.5 36.29 -
YUV 132.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 227 79 161 0 0.65 0.29 0.11 326.76 0.73 0.6
Hex E3 4F A1 0 41 1D B 147 49 3C
Octal 343 117 241 0 101 35 13 507 111 74
Binary 11100011 1001111 10100001 0 1000001 11101 1011 101000111 1001001 111100

Color Harmonies of #E34FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34FA1

Black with #E34FA1

Text Example


Text Example

White with #E34FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34FA1; }

 p { color: rgb(227,79,161); }

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

background-color css

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

 a { background-color: rgb(227,79,161); }

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

border-color css

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

 span { border-color: rgb(227,79,161); }

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