Html Css Color HEX #E152A1 Brilliant Rose

📋 copy color: '#E152A1'

red 225 ◦ green 82 ◦ blue 161

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

Shades of Brilliant Rose #E152A1

Tints of Brilliant Rose #E152A1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.52%

 BLUE value IS 161 (63.28% from 255) = 34.4%

R = 48.08%
G = 17.52%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E152A1 (or 0xE152A1) is known color: Brilliant Rose. HEX triplet: E1, 52 and A1. RGB value is (225,82,161). Sum of RGB (Red+Green+Blue) = 225+82+161=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E152A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E152A1 is #1EAD5E. Grayscale: #858585. Windows color (decimal): -2010463 or 10572513. OLE color: 10572513.

HSL color Cylindrical-coordinate representation of color #E152A1: hue angle of 326.85º degrees, saturation: 0.7, 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 #E152A1 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 161 -
CMYK 0 0.64 0.28 0.12
HSL 326.85º 0.7% 0.6% -
HSV(B) 326.85º 0.64% 0.88% -
XYZ 40.5 24.62 36.33 -
YUV 133.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 225 82 161 0 0.64 0.28 0.12 326.85 0.7 0.6
Hex E1 52 A1 0 40 1C C 147 46 3C
Octal 341 122 241 0 100 34 14 507 106 74
Binary 11100001 1010010 10100001 0 1000000 11100 1100 101000111 1000110 111100

Color Harmonies of #E152A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152A1

Black with #E152A1

Text Example


Text Example

White with #E152A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152A1; }

 p { color: rgb(225,82,161); }

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

background-color css

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

 a { background-color: rgb(225,82,161); }

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

border-color css

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

 span { border-color: rgb(225,82,161); }

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