Html Css Color HEX #E14CB5 Brilliant Rose

📋 copy color: '#E14CB5'

red 225 ◦ green 76 ◦ blue 181

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

Shades of Brilliant Rose #E14CB5

Tints of Brilliant Rose #E14CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.77%

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 46.68%
G = 15.77%
B = 37.55%

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

#E14CB5 (or 0xE14CB5) is known color: Brilliant Rose. HEX triplet: E1, 4C and B5. RGB value is (225,76,181). Sum of RGB (Red+Green+Blue) = 225+76+181=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CB5 is #1EB34A. Grayscale: #848484. Windows color (decimal): -2011979 or 11881697. OLE color: 11881697.

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

Color convert

RGB 225 76 181 -
CMYK 0 0.66 0.20 0.12
HSL 317.72º 0.71% 0.59% -
HSV(B) 317.72º 0.66% 0.88% -
XYZ 41.98 24.51 46.24 -
YUV 132.52 155.36 193.96 -
System Red Green Blue C M Y K H S L
Decimal 225 76 181 0 0.66 0.20 0.12 317.72 0.71 0.59
Hex E1 4C B5 0 42 14 C 13E 47 3B
Octal 341 114 265 0 102 24 14 476 107 73
Binary 11100001 1001100 10110101 0 1000010 10100 1100 100111110 1000111 111011

Color Harmonies of #E14CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CB5

Black with #E14CB5

Text Example


Text Example

White with #E14CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CB5; }

 p { color: rgb(225,76,181); }

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

background-color css

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

 a { background-color: rgb(225,76,181); }

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

border-color css

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

 span { border-color: rgb(225,76,181); }

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