Html Css Color HEX #E14BAC Brilliant Rose

📋 copy color: '#E14BAC'

red 225 ◦ green 75 ◦ blue 172

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

Shades of Brilliant Rose #E14BAC

Tints of Brilliant Rose #E14BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 47.67%
G = 15.89%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E14BAC (or 0xE14BAC) is known color: Brilliant Rose. HEX triplet: E1, 4B and AC. RGB value is (225,75,172). Sum of RGB (Red+Green+Blue) = 225+75+172=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14BAC is #1EB453. Grayscale: #828282. Windows color (decimal): -2012244 or 11291617. OLE color: 11291617.

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

Color convert

RGB 225 75 172 -
CMYK 0 0.67 0.24 0.12
HSL 321.2º 0.71% 0.59% -
HSV(B) 321.2º 0.67% 0.88% -
XYZ 41.01 24.02 41.5 -
YUV 130.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 225 75 172 0 0.67 0.24 0.12 321.2 0.71 0.59
Hex E1 4B AC 0 43 18 C 141 47 3B
Octal 341 113 254 0 103 30 14 501 107 73
Binary 11100001 1001011 10101100 0 1000011 11000 1100 101000001 1000111 111011

Color Harmonies of #E14BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14BAC

Black with #E14BAC

Text Example


Text Example

White with #E14BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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