Html Css Color HEX #E74A9E Brilliant Rose

📋 copy color: '#E74A9E'

red 231 ◦ green 74 ◦ blue 158

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

Shades of Brilliant Rose #E74A9E

Tints of Brilliant Rose #E74A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.13%

R = 49.89%
G = 15.98%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E74A9E (or 0xE74A9E) is known color: Brilliant Rose. HEX triplet: E7, 4A and 9E. RGB value is (231,74,158). Sum of RGB (Red+Green+Blue) = 231+74+158=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74A9E is #18B561. Grayscale: #828282. Windows color (decimal): -1619298 or 10373863. OLE color: 10373863.

HSL color Cylindrical-coordinate representation of color #E74A9E: hue angle of 327.9º 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 #E74A9E is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 74 158 -
CMYK 0 0.68 0.32 0.09
HSL 327.9º 0.77% 0.6% -
HSV(B) 327.9º 0.68% 0.91% -
XYZ 41.58 24.36 34.86 -
YUV 130.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 231 74 158 0 0.68 0.32 0.09 327.9 0.77 0.6
Hex E7 4A 9E 0 44 20 9 148 4D 3C
Octal 347 112 236 0 104 40 11 510 115 74
Binary 11100111 1001010 10011110 0 1000100 100000 1001 101001000 1001101 111100

Color Harmonies of #E74A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A9E

Black with #E74A9E

Text Example


Text Example

White with #E74A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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