Html Css Color HEX #E14BA0 Brilliant Rose

📋 copy color: '#E14BA0'

red 225 ◦ green 75 ◦ blue 160

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

Shades of Brilliant Rose #E14BA0

Tints of Brilliant Rose #E14BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 48.91%
G = 16.3%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E14BA0 (or 0xE14BA0) is known color: Brilliant Rose. HEX triplet: E1, 4B and A0. RGB value is (225,75,160). Sum of RGB (Red+Green+Blue) = 225+75+160=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14BA0 is #1EB45F. Grayscale: #818181. Windows color (decimal): -2012256 or 10505185. OLE color: 10505185.

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

Color convert

RGB 225 75 160 -
CMYK 0 0.67 0.29 0.12
HSL 326º 0.71% 0.59% -
HSV(B) 326º 0.67% 0.88% -
XYZ 39.91 23.58 35.71 -
YUV 129.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 225 75 160 0 0.67 0.29 0.12 326 0.71 0.59
Hex E1 4B A0 0 43 1D C 146 47 3B
Octal 341 113 240 0 103 35 14 506 107 73
Binary 11100001 1001011 10100000 0 1000011 11101 1100 101000110 1000111 111011

Color Harmonies of #E14BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14BA0

Black with #E14BA0

Text Example


Text Example

White with #E14BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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