Html Css Color HEX #E14BAE Brilliant Rose

📋 copy color: '#E14BAE'

red 225 ◦ green 75 ◦ blue 174

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

Shades of Brilliant Rose #E14BAE

Tints of Brilliant Rose #E14BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.82%

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

R = 47.47%
G = 15.82%
B = 36.71%

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

#E14BAE (or 0xE14BAE) is known color: Brilliant Rose. HEX triplet: E1, 4B and AE. RGB value is (225,75,174). Sum of RGB (Red+Green+Blue) = 225+75+174=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14BAE is #1EB451. Grayscale: #828282. Windows color (decimal): -2012242 or 11422689. OLE color: 11422689.

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

Color convert

RGB 225 75 174 -
CMYK 0 0.67 0.23 0.12
HSL 320.4º 0.71% 0.59% -
HSV(B) 320.4º 0.67% 0.88% -
XYZ 41.21 24.1 42.52 -
YUV 131.14 152.2 194.95 -
System Red Green Blue C M Y K H S L
Decimal 225 75 174 0 0.67 0.23 0.12 320.4 0.71 0.59
Hex E1 4B AE 0 43 17 C 140 47 3B
Octal 341 113 256 0 103 27 14 500 107 73
Binary 11100001 1001011 10101110 0 1000011 10111 1100 101000000 1000111 111011

Color Harmonies of #E14BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14BAE

Black with #E14BAE

Text Example


Text Example

White with #E14BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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