Html Css Color HEX #E148AF Brilliant Rose

📋 copy color: '#E148AF'

red 225 ◦ green 72 ◦ blue 175

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

Shades of Brilliant Rose #E148AF

Tints of Brilliant Rose #E148AF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.25%

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 47.67%
G = 15.25%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E148AF (or 0xE148AF) is known color: Brilliant Rose. HEX triplet: E1, 48 and AF. RGB value is (225,72,175). Sum of RGB (Red+Green+Blue) = 225+72+175=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E148AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E148AF is #1EB750. Grayscale: #818181. Windows color (decimal): -2013009 or 11487457. OLE color: 11487457.

HSL color Cylindrical-coordinate representation of color #E148AF: hue angle of 319.61º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E148AF is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 72 175 -
CMYK 0 0.68 0.22 0.12
HSL 319.61º 0.72% 0.58% -
HSV(B) 319.61º 0.68% 0.88% -
XYZ 41.11 23.74 42.97 -
YUV 129.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 225 72 175 0 0.68 0.22 0.12 319.61 0.72 0.58
Hex E1 48 AF 0 44 16 C 140 48 3A
Octal 341 110 257 0 104 26 14 500 110 72
Binary 11100001 1001000 10101111 0 1000100 10110 1100 101000000 1001000 111010

Color Harmonies of #E148AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148AF

Black with #E148AF

Text Example


Text Example

White with #E148AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148AF; }

 p { color: rgb(225,72,175); }

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

background-color css

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

 a { background-color: rgb(225,72,175); }

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

border-color css

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

 span { border-color: rgb(225,72,175); }

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