Html Css Color HEX #E14AB0 Brilliant Rose

📋 copy color: '#E14AB0'

red 225 ◦ green 74 ◦ blue 176

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

Shades of Brilliant Rose #E14AB0

Tints of Brilliant Rose #E14AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 47.37%
G = 15.58%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E14AB0 (or 0xE14AB0) is known color: Brilliant Rose. HEX triplet: E1, 4A and B0. RGB value is (225,74,176). Sum of RGB (Red+Green+Blue) = 225+74+176=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AB0 is #1EB54F. Grayscale: #828282. Windows color (decimal): -2012496 or 11553505. OLE color: 11553505.

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

Color convert

RGB 225 74 176 -
CMYK 0 0.67 0.22 0.12
HSL 319.47º 0.72% 0.59% -
HSV(B) 319.47º 0.67% 0.88% -
XYZ 41.34 24.04 43.54 -
YUV 130.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 225 74 176 0 0.67 0.22 0.12 319.47 0.72 0.59
Hex E1 4A B0 0 43 16 C 13F 48 3B
Octal 341 112 260 0 103 26 14 477 110 73
Binary 11100001 1001010 10110000 0 1000011 10110 1100 100111111 1001000 111011

Color Harmonies of #E14AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14AB0

Black with #E14AB0

Text Example


Text Example

White with #E14AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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