Html Css Color HEX #E14AA1 Brilliant Rose

📋 copy color: '#E14AA1'

red 225 ◦ green 74 ◦ blue 161

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

Shades of Brilliant Rose #E14AA1

Tints of Brilliant Rose #E14AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35%

R = 48.91%
G = 16.09%
B = 35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E14AA1 (or 0xE14AA1) is known color: Brilliant Rose. HEX triplet: E1, 4A and A1. RGB value is (225,74,161). Sum of RGB (Red+Green+Blue) = 225+74+161=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AA1 is #1EB55E. Grayscale: #808080. Windows color (decimal): -2012511 or 10570465. OLE color: 10570465.

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

Color convert

RGB 225 74 161 -
CMYK 0 0.67 0.28 0.12
HSL 325.43º 0.72% 0.59% -
HSV(B) 325.43º 0.67% 0.88% -
XYZ 39.93 23.48 36.15 -
YUV 129.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 225 74 161 0 0.67 0.28 0.12 325.43 0.72 0.59
Hex E1 4A A1 0 43 1C C 145 48 3B
Octal 341 112 241 0 103 34 14 505 110 73
Binary 11100001 1001010 10100001 0 1000011 11100 1100 101000101 1001000 111011

Color Harmonies of #E14AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14AA1

Black with #E14AA1

Text Example


Text Example

White with #E14AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14AA1; }

 p { color: rgb(225,74,161); }

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

background-color css

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

 a { background-color: rgb(225,74,161); }

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

border-color css

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

 span { border-color: rgb(225,74,161); }

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