Html Css Color HEX #E144AF Brilliant Rose

📋 copy color: '#E144AF'

red 225 ◦ green 68 ◦ blue 175

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

Shades of Brilliant Rose #E144AF

Tints of Brilliant Rose #E144AF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.53%

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

R = 48.08%
G = 14.53%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E144AF (or 0xE144AF) is known color: Brilliant Rose. HEX triplet: E1, 44 and AF. RGB value is (225,68,175). Sum of RGB (Red+Green+Blue) = 225+68+175=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E144AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E144AF is #1EBB50. Grayscale: #7E7E7E. Windows color (decimal): -2014033 or 11486433. OLE color: 11486433.

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

Color convert

RGB 225 68 175 -
CMYK 0 0.70 0.22 0.12
HSL 319.11º 0.72% 0.57% -
HSV(B) 319.11º 0.7% 0.88% -
XYZ 40.86 23.24 42.89 -
YUV 127.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 225 68 175 0 0.70 0.22 0.12 319.11 0.72 0.57
Hex E1 44 AF 0 46 16 C 13F 48 39
Octal 341 104 257 0 106 26 14 477 110 71
Binary 11100001 1000100 10101111 0 1000110 10110 1100 100111111 1001000 111001

Color Harmonies of #E144AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144AF

Black with #E144AF

Text Example


Text Example

White with #E144AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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