Html Css Color HEX #E14BA8 Brilliant Rose

📋 copy color: '#E14BA8'

red 225 ◦ green 75 ◦ blue 168

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

Shades of Brilliant Rose #E14BA8

Tints of Brilliant Rose #E14BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.9%

R = 48.08%
G = 16.03%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E14BA8 (or 0xE14BA8) is known color: Brilliant Rose. HEX triplet: E1, 4B and A8. RGB value is (225,75,168). Sum of RGB (Red+Green+Blue) = 225+75+168=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14BA8 is #1EB457. Grayscale: #828282. Windows color (decimal): -2012248 or 11029473. OLE color: 11029473.

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

Color convert

RGB 225 75 168 -
CMYK 0 0.67 0.25 0.12
HSL 322.8º 0.71% 0.59% -
HSV(B) 322.8º 0.67% 0.88% -
XYZ 40.64 23.87 39.51 -
YUV 130.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 225 75 168 0 0.67 0.25 0.12 322.8 0.71 0.59
Hex E1 4B A8 0 43 19 C 143 47 3B
Octal 341 113 250 0 103 31 14 503 107 73
Binary 11100001 1001011 10101000 0 1000011 11001 1100 101000011 1000111 111011

Color Harmonies of #E14BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14BA8

Black with #E14BA8

Text Example


Text Example

White with #E14BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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