Html Css Color HEX #E146AF Brilliant Rose

📋 copy color: '#E146AF'

red 225 ◦ green 70 ◦ blue 175

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

Shades of Brilliant Rose #E146AF

Tints of Brilliant Rose #E146AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.89%

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

R = 47.87%
G = 14.89%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E146AF (or 0xE146AF) is known color: Brilliant Rose. HEX triplet: E1, 46 and AF. RGB value is (225,70,175). Sum of RGB (Red+Green+Blue) = 225+70+175=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E146AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E146AF is #1EB950. Grayscale: #808080. Windows color (decimal): -2013521 or 11486945. OLE color: 11486945.

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

Color convert

RGB 225 70 175 -
CMYK 0 0.69 0.22 0.12
HSL 319.35º 0.72% 0.58% -
HSV(B) 319.35º 0.69% 0.88% -
XYZ 40.98 23.48 42.93 -
YUV 128.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 225 70 175 0 0.69 0.22 0.12 319.35 0.72 0.58
Hex E1 46 AF 0 45 16 C 13F 48 3A
Octal 341 106 257 0 105 26 14 477 110 72
Binary 11100001 1000110 10101111 0 1000101 10110 1100 100111111 1001000 111010

Color Harmonies of #E146AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146AF

Black with #E146AF

Text Example


Text Example

White with #E146AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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