Html Css Color HEX #E252AD Brilliant Rose

📋 copy color: '#E252AD'

red 226 ◦ green 82 ◦ blue 173

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

Shades of Brilliant Rose #E252AD

Tints of Brilliant Rose #E252AD

RGB

 RED value IS 226 (88.67% from 255) = 46.99%

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

 BLUE value IS 173 (67.97% from 255) = 35.97%

R = 46.99%
G = 17.05%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E252AD (or 0xE252AD) is known color: Brilliant Rose. HEX triplet: E2, 52 and AD. RGB value is (226,82,173). Sum of RGB (Red+Green+Blue) = 226+82+173=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E252AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E252AD is #1DAD52. Grayscale: #878787. Windows color (decimal): -1944915 or 11358946. OLE color: 11358946.

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

Color convert

RGB 226 82 173 -
CMYK 0 0.64 0.23 0.11
HSL 322.08º 0.71% 0.6% -
HSV(B) 322.08º 0.64% 0.89% -
XYZ 41.92 25.22 42.19 -
YUV 135.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 226 82 173 0 0.64 0.23 0.11 322.08 0.71 0.6
Hex E2 52 AD 0 40 17 B 142 47 3C
Octal 342 122 255 0 100 27 13 502 107 74
Binary 11100010 1010010 10101101 0 1000000 10111 1011 101000010 1000111 111100

Color Harmonies of #E252AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E252AD

Black with #E252AD

Text Example


Text Example

White with #E252AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E252AD; }

 p { color: rgb(226,82,173); }

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

background-color css

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

 a { background-color: rgb(226,82,173); }

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

border-color css

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

 span { border-color: rgb(226,82,173); }

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