Html Css Color HEX #E74AAA Brilliant Rose

📋 copy color: '#E74AAA'

red 231 ◦ green 74 ◦ blue 170

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

Shades of Brilliant Rose #E74AAA

Tints of Brilliant Rose #E74AAA

RGB

 RED value IS 231 (90.63% from 255) = 48.63%

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

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

R = 48.63%
G = 15.58%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E74AAA (or 0xE74AAA) is known color: Brilliant Rose. HEX triplet: E7, 4A and AA. RGB value is (231,74,170). Sum of RGB (Red+Green+Blue) = 231+74+170=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E74AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74AAA is #18B555. Grayscale: #838383. Windows color (decimal): -1619286 or 11160295. OLE color: 11160295.

HSL color Cylindrical-coordinate representation of color #E74AAA: hue angle of 323.31º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74AAA is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 74 170 -
CMYK 0 0.68 0.26 0.09
HSL 323.31º 0.77% 0.6% -
HSV(B) 323.31º 0.68% 0.91% -
XYZ 42.66 24.79 40.57 -
YUV 131.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 231 74 170 0 0.68 0.26 0.09 323.31 0.77 0.6
Hex E7 4A AA 0 44 1A 9 143 4D 3C
Octal 347 112 252 0 104 32 11 503 115 74
Binary 11100111 1001010 10101010 0 1000100 11010 1001 101000011 1001101 111100

Color Harmonies of #E74AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74AAA

Black with #E74AAA

Text Example


Text Example

White with #E74AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74AAA; }

 p { color: rgb(231,74,170); }

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

background-color css

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

 a { background-color: rgb(231,74,170); }

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

border-color css

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

 span { border-color: rgb(231,74,170); }

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