Html Css Color HEX #E14BA5 Brilliant Rose

📋 copy color: '#E14BA5'

red 225 ◦ green 75 ◦ blue 165

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

Shades of Brilliant Rose #E14BA5

Tints of Brilliant Rose #E14BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.48%

R = 48.39%
G = 16.13%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E14BA5 (or 0xE14BA5) is known color: Brilliant Rose. HEX triplet: E1, 4B and A5. RGB value is (225,75,165). Sum of RGB (Red+Green+Blue) = 225+75+165=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14BA5 is #1EB45A. Grayscale: #818181. Windows color (decimal): -2012251 or 10832865. OLE color: 10832865.

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

Color convert

RGB 225 75 165 -
CMYK 0 0.67 0.27 0.12
HSL 324º 0.71% 0.59% -
HSV(B) 324º 0.67% 0.88% -
XYZ 40.36 23.76 38.06 -
YUV 130.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 225 75 165 0 0.67 0.27 0.12 324 0.71 0.59
Hex E1 4B A5 0 43 1B C 144 47 3B
Octal 341 113 245 0 103 33 14 504 107 73
Binary 11100001 1001011 10100101 0 1000011 11011 1100 101000100 1000111 111011

Color Harmonies of #E14BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14BA5

Black with #E14BA5

Text Example


Text Example

White with #E14BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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