Html Css Color HEX #E152AF Brilliant Rose

📋 copy color: '#E152AF'

red 225 ◦ green 82 ◦ blue 175

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

Shades of Brilliant Rose #E152AF

Tints of Brilliant Rose #E152AF

RGB

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

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

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

R = 46.68%
G = 17.01%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E152AF (or 0xE152AF) is known color: Brilliant Rose. HEX triplet: E1, 52 and AF. RGB value is (225,82,175). Sum of RGB (Red+Green+Blue) = 225+82+175=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E152AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E152AF is #1EAD50. Grayscale: #878787. Windows color (decimal): -2010449 or 11490017. OLE color: 11490017.

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

Color convert

RGB 225 82 175 -
CMYK 0 0.64 0.22 0.12
HSL 320.98º 0.7% 0.6% -
HSV(B) 320.98º 0.64% 0.88% -
XYZ 41.81 25.14 43.21 -
YUV 135.36 150.38 191.94 -
System Red Green Blue C M Y K H S L
Decimal 225 82 175 0 0.64 0.22 0.12 320.98 0.7 0.6
Hex E1 52 AF 0 40 16 C 141 46 3C
Octal 341 122 257 0 100 26 14 501 106 74
Binary 11100001 1010010 10101111 0 1000000 10110 1100 101000001 1000110 111100

Color Harmonies of #E152AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E152AF

Black with #E152AF

Text Example


Text Example

White with #E152AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E152AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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