Html Css Color HEX #E152B4 Brilliant Rose

📋 copy color: '#E152B4'

red 225 ◦ green 82 ◦ blue 180

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

Shades of Brilliant Rose #E152B4

Tints of Brilliant Rose #E152B4

RGB

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

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

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

R = 46.2%
G = 16.84%
B = 36.96%

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

#E152B4 (or 0xE152B4) is known color: Brilliant Rose. HEX triplet: E1, 52 and B4. RGB value is (225,82,180). Sum of RGB (Red+Green+Blue) = 225+82+180=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E152B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152B4 is #1EAD4B. Grayscale: #878787. Windows color (decimal): -2010444 or 11817697. OLE color: 11817697.

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

Color convert

RGB 225 82 180 -
CMYK 0 0.64 0.2 0.12
HSL 318.88º 0.7% 0.6% -
HSV(B) 318.88º 0.64% 0.88% -
XYZ 42.31 25.34 45.84 -
YUV 135.93 152.88 191.53 -
System Red Green Blue C M Y K H S L
Decimal 225 82 180 0 0.64 0.2 0.12 318.88 0.7 0.6
Hex E1 52 B4 0 40 14 C 13F 46 3C
Octal 341 122 264 0 100 24 14 477 106 74
Binary 11100001 1010010 10110100 0 1000000 10100 1100 100111111 1000110 111100

Color Harmonies of #E152B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152B4

Black with #E152B4

Text Example


Text Example

White with #E152B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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