Html Css Color HEX #E046B1 Brilliant Rose

📋 copy color: '#E046B1'

red 224 ◦ green 70 ◦ blue 177

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

Shades of Brilliant Rose #E046B1

Tints of Brilliant Rose #E046B1

RGB

 RED value IS 224 (87.89% from 255) = 47.56%

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

 BLUE value IS 177 (69.53% from 255) = 37.58%

R = 47.56%
G = 14.86%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E046B1 (or 0xE046B1) is known color: Brilliant Rose. HEX triplet: E0, 46 and B1. RGB value is (224,70,177). Sum of RGB (Red+Green+Blue) = 224+70+177=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E046B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E046B1 is #1FB94E. Grayscale: #7F7F7F. Windows color (decimal): -2079055 or 11618016. OLE color: 11618016.

HSL color Cylindrical-coordinate representation of color #E046B1: hue angle of 318.31º degrees, saturation: 0.71, 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 #E046B1 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 70 177 -
CMYK 0 0.69 0.21 0.12
HSL 318.31º 0.71% 0.58% -
HSV(B) 318.31º 0.69% 0.88% -
XYZ 40.87 23.4 43.96 -
YUV 128.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 224 70 177 0 0.69 0.21 0.12 318.31 0.71 0.58
Hex E0 46 B1 0 45 15 C 13E 47 3A
Octal 340 106 261 0 105 25 14 476 107 72
Binary 11100000 1000110 10110001 0 1000101 10101 1100 100111110 1000111 111010

Color Harmonies of #E046B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E046B1

Black with #E046B1

Text Example


Text Example

White with #E046B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E046B1; }

 p { color: rgb(224,70,177); }

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

background-color css

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

 a { background-color: rgb(224,70,177); }

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

border-color css

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

 span { border-color: rgb(224,70,177); }

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