Html Css Color HEX #E14AAE Brilliant Rose

📋 copy color: '#E14AAE'

red 225 ◦ green 74 ◦ blue 174

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

Shades of Brilliant Rose #E14AAE

Tints of Brilliant Rose #E14AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 47.57%
G = 15.64%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E14AAE (or 0xE14AAE) is known color: Brilliant Rose. HEX triplet: E1, 4A and AE. RGB value is (225,74,174). Sum of RGB (Red+Green+Blue) = 225+74+174=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AAE is #1EB551. Grayscale: #828282. Windows color (decimal): -2012498 or 11422433. OLE color: 11422433.

HSL color Cylindrical-coordinate representation of color #E14AAE: hue angle of 320.26º 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 #E14AAE is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 74 174 -
CMYK 0 0.67 0.23 0.12
HSL 320.26º 0.72% 0.59% -
HSV(B) 320.26º 0.67% 0.88% -
XYZ 41.14 23.96 42.5 -
YUV 130.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 225 74 174 0 0.67 0.23 0.12 320.26 0.72 0.59
Hex E1 4A AE 0 43 17 C 140 48 3B
Octal 341 112 256 0 103 27 14 500 110 73
Binary 11100001 1001010 10101110 0 1000011 10111 1100 101000000 1001000 111011

Color Harmonies of #E14AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14AAE

Black with #E14AAE

Text Example


Text Example

White with #E14AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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