Html Css Color HEX #E74AAB Brilliant Rose

📋 copy color: '#E74AAB'

red 231 ◦ green 74 ◦ blue 171

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

Shades of Brilliant Rose #E74AAB

Tints of Brilliant Rose #E74AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 48.53%
G = 15.55%
B = 35.92%

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

#E74AAB (or 0xE74AAB) is known color: Brilliant Rose. HEX triplet: E7, 4A and AB. RGB value is (231,74,171). Sum of RGB (Red+Green+Blue) = 231+74+171=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E74AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74AAB is #18B554. Grayscale: #838383. Windows color (decimal): -1619285 or 11225831. OLE color: 11225831.

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

Color convert

RGB 231 74 171 -
CMYK 0 0.68 0.26 0.09
HSL 322.93º 0.77% 0.6% -
HSV(B) 322.93º 0.68% 0.91% -
XYZ 42.75 24.83 41.07 -
YUV 132 150.01 198.61 -
System Red Green Blue C M Y K H S L
Decimal 231 74 171 0 0.68 0.26 0.09 322.93 0.77 0.6
Hex E7 4A AB 0 44 1A 9 143 4D 3C
Octal 347 112 253 0 104 32 11 503 115 74
Binary 11100111 1001010 10101011 0 1000100 11010 1001 101000011 1001101 111100

Color Harmonies of #E74AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74AAB

Black with #E74AAB

Text Example


Text Example

White with #E74AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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