Html Css Color HEX #E14AB3 Brilliant Rose

📋 copy color: '#E14AB3'

red 225 ◦ green 74 ◦ blue 179

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

Shades of Brilliant Rose #E14AB3

Tints of Brilliant Rose #E14AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.45%

R = 47.07%
G = 15.48%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E14AB3 (or 0xE14AB3) is known color: Brilliant Rose. HEX triplet: E1, 4A and B3. RGB value is (225,74,179). Sum of RGB (Red+Green+Blue) = 225+74+179=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14AB3 is #1EB54C. Grayscale: #828282. Windows color (decimal): -2012493 or 11750113. OLE color: 11750113.

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

Color convert

RGB 225 74 179 -
CMYK 0 0.67 0.20 0.12
HSL 318.28º 0.72% 0.59% -
HSV(B) 318.28º 0.67% 0.88% -
XYZ 41.64 24.16 45.12 -
YUV 131.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 225 74 179 0 0.67 0.20 0.12 318.28 0.72 0.59
Hex E1 4A B3 0 43 14 C 13E 48 3B
Octal 341 112 263 0 103 24 14 476 110 73
Binary 11100001 1001010 10110011 0 1000011 10100 1100 100111110 1001000 111011

Color Harmonies of #E14AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14AB3

Black with #E14AB3

Text Example


Text Example

White with #E14AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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