Html Css Color HEX #E151B4 Brilliant Rose

📋 copy color: '#E151B4'

red 225 ◦ green 81 ◦ blue 180

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

Shades of Brilliant Rose #E151B4

Tints of Brilliant Rose #E151B4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.67%

 BLUE value IS 180 (70.7% from 255) = 37.04%

R = 46.3%
G = 16.67%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E151B4 (or 0xE151B4) is known color: Brilliant Rose. HEX triplet: E1, 51 and B4. RGB value is (225,81,180). Sum of RGB (Red+Green+Blue) = 225+81+180=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E151B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151B4 is #1EAE4B. Grayscale: #878787. Windows color (decimal): -2010700 or 11817441. OLE color: 11817441.

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

Color convert

RGB 225 81 180 -
CMYK 0 0.64 0.2 0.12
HSL 318.75º 0.71% 0.6% -
HSV(B) 318.75º 0.64% 0.88% -
XYZ 42.23 25.19 45.82 -
YUV 135.34 153.21 191.95 -
System Red Green Blue C M Y K H S L
Decimal 225 81 180 0 0.64 0.2 0.12 318.75 0.71 0.6
Hex E1 51 B4 0 40 14 C 13F 47 3C
Octal 341 121 264 0 100 24 14 477 107 74
Binary 11100001 1010001 10110100 0 1000000 10100 1100 100111111 1000111 111100

Color Harmonies of #E151B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E151B4

Black with #E151B4

Text Example


Text Example

White with #E151B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E151B4; }

 p { color: rgb(225,81,180); }

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

background-color css

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

 a { background-color: rgb(225,81,180); }

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

border-color css

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

 span { border-color: rgb(225,81,180); }

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