Html Css Color HEX #E34FAA Brilliant Rose

📋 copy color: '#E34FAA'

red 227 ◦ green 79 ◦ blue 170

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

Shades of Brilliant Rose #E34FAA

Tints of Brilliant Rose #E34FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 47.69%
G = 16.6%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E34FAA (or 0xE34FAA) is known color: Brilliant Rose. HEX triplet: E3, 4F and AA. RGB value is (227,79,170). Sum of RGB (Red+Green+Blue) = 227+79+170=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E34FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34FAA is #1CB055. Grayscale: #858585. Windows color (decimal): -1880150 or 11161571. OLE color: 11161571.

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

Color convert

RGB 227 79 170 -
CMYK 0 0.65 0.25 0.11
HSL 323.11º 0.73% 0.6% -
HSV(B) 323.11º 0.65% 0.89% -
XYZ 41.73 24.83 40.62 -
YUV 133.63 148.53 194.6 -
System Red Green Blue C M Y K H S L
Decimal 227 79 170 0 0.65 0.25 0.11 323.11 0.73 0.6
Hex E3 4F AA 0 41 19 B 143 49 3C
Octal 343 117 252 0 101 31 13 503 111 74
Binary 11100011 1001111 10101010 0 1000001 11001 1011 101000011 1001001 111100

Color Harmonies of #E34FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34FAA

Black with #E34FAA

Text Example


Text Example

White with #E34FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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