Html Css Color HEX #E14DB3 Brilliant Rose

📋 copy color: '#E14DB3'

red 225 ◦ green 77 ◦ blue 179

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

Shades of Brilliant Rose #E14DB3

Tints of Brilliant Rose #E14DB3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.01%

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

R = 46.78%
G = 16.01%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E14DB3 (or 0xE14DB3) is known color: Brilliant Rose. HEX triplet: E1, 4D and B3. RGB value is (225,77,179). Sum of RGB (Red+Green+Blue) = 225+77+179=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DB3 is #1EB24C. Grayscale: #848484. Windows color (decimal): -2011725 or 11750881. OLE color: 11750881.

HSL color Cylindrical-coordinate representation of color #E14DB3: hue angle of 318.65º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14DB3 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 77 179 -
CMYK 0 0.66 0.20 0.12
HSL 318.65º 0.71% 0.59% -
HSV(B) 318.65º 0.66% 0.88% -
XYZ 41.84 24.57 45.19 -
YUV 132.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 225 77 179 0 0.66 0.20 0.12 318.65 0.71 0.59
Hex E1 4D B3 0 42 14 C 13F 47 3B
Octal 341 115 263 0 102 24 14 477 107 73
Binary 11100001 1001101 10110011 0 1000010 10100 1100 100111111 1000111 111011

Color Harmonies of #E14DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DB3

Black with #E14DB3

Text Example


Text Example

White with #E14DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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