Html Css Color HEX #E142AF Brilliant Rose

📋 copy color: '#E142AF'

red 225 ◦ green 66 ◦ blue 175

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

Shades of Brilliant Rose #E142AF

Tints of Brilliant Rose #E142AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.16%

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

R = 48.28%
G = 14.16%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E142AF (or 0xE142AF) is known color: Brilliant Rose. HEX triplet: E1, 42 and AF. RGB value is (225,66,175). Sum of RGB (Red+Green+Blue) = 225+66+175=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E142AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E142AF is #1EBD50. Grayscale: #7D7D7D. Windows color (decimal): -2014545 or 11485921. OLE color: 11485921.

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

Color convert

RGB 225 66 175 -
CMYK 0 0.71 0.22 0.12
HSL 318.87º 0.73% 0.57% -
HSV(B) 318.87º 0.71% 0.88% -
XYZ 40.74 23 42.85 -
YUV 125.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 225 66 175 0 0.71 0.22 0.12 318.87 0.73 0.57
Hex E1 42 AF 0 47 16 C 13F 49 39
Octal 341 102 257 0 107 26 14 477 111 71
Binary 11100001 1000010 10101111 0 1000111 10110 1100 100111111 1001001 111001

Color Harmonies of #E142AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142AF

Black with #E142AF

Text Example


Text Example

White with #E142AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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