Html Css Color HEX #E252A8 Brilliant Rose

📋 copy color: '#E252A8'

red 226 ◦ green 82 ◦ blue 168

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

Shades of Brilliant Rose #E252A8

Tints of Brilliant Rose #E252A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.29%

R = 47.48%
G = 17.23%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E252A8 (or 0xE252A8) is known color: Brilliant Rose. HEX triplet: E2, 52 and A8. RGB value is (226,82,168). Sum of RGB (Red+Green+Blue) = 226+82+168=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E252A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E252A8 is #1DAD57. Grayscale: #868686. Windows color (decimal): -1944920 or 11031266. OLE color: 11031266.

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

Color convert

RGB 226 82 168 -
CMYK 0 0.64 0.26 0.11
HSL 324.17º 0.71% 0.6% -
HSV(B) 324.17º 0.64% 0.89% -
XYZ 41.45 25.03 39.69 -
YUV 134.86 146.71 193.01 -
System Red Green Blue C M Y K H S L
Decimal 226 82 168 0 0.64 0.26 0.11 324.17 0.71 0.6
Hex E2 52 A8 0 40 1A B 144 47 3C
Octal 342 122 250 0 100 32 13 504 107 74
Binary 11100010 1010010 10101000 0 1000000 11010 1011 101000100 1000111 111100

Color Harmonies of #E252A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E252A8

Black with #E252A8

Text Example


Text Example

White with #E252A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E252A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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