Html Css Color HEX #E149AF Brilliant Rose

📋 copy color: '#E149AF'

red 225 ◦ green 73 ◦ blue 175

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

Shades of Brilliant Rose #E149AF

Tints of Brilliant Rose #E149AF

RGB

 RED value IS 225 (88.28% from 255) = 47.57%

 GREEN value IS 73 (28.91% from 255) = 15.43%

 BLUE value IS 175 (68.75% from 255) = 37%

R = 47.57%
G = 15.43%
B = 37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E149AF (or 0xE149AF) is known color: Brilliant Rose. HEX triplet: E1, 49 and AF. RGB value is (225,73,175). Sum of RGB (Red+Green+Blue) = 225+73+175=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E149AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E149AF is #1EB650. Grayscale: #818181. Windows color (decimal): -2012753 or 11487713. OLE color: 11487713.

HSL color Cylindrical-coordinate representation of color #E149AF: hue angle of 319.74º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E149AF is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 175 -
CMYK 0 0.68 0.22 0.12
HSL 319.74º 0.72% 0.58% -
HSV(B) 319.74º 0.68% 0.88% -
XYZ 41.17 23.87 42.99 -
YUV 130.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 225 73 175 0 0.68 0.22 0.12 319.74 0.72 0.58
Hex E1 49 AF 0 44 16 C 140 48 3A
Octal 341 111 257 0 104 26 14 500 110 72
Binary 11100001 1001001 10101111 0 1000100 10110 1100 101000000 1001000 111010

Color Harmonies of #E149AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149AF

Black with #E149AF

Text Example


Text Example

White with #E149AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149AF; }

 p { color: rgb(225,73,175); }

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

background-color css

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

 a { background-color: rgb(225,73,175); }

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

border-color css

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

 span { border-color: rgb(225,73,175); }

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