Html Css Color HEX #E252A0 Brilliant Rose

📋 copy color: '#E252A0'

red 226 ◦ green 82 ◦ blue 160

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

Shades of Brilliant Rose #E252A0

Tints of Brilliant Rose #E252A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.19%

R = 48.29%
G = 17.52%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E252A0 (or 0xE252A0) is known color: Brilliant Rose. HEX triplet: E2, 52 and A0. RGB value is (226,82,160). Sum of RGB (Red+Green+Blue) = 226+82+160=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E252A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E252A0 is #1DAD5F. Grayscale: #858585. Windows color (decimal): -1944928 or 10506978. OLE color: 10506978.

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

Color convert

RGB 226 82 160 -
CMYK 0 0.64 0.29 0.11
HSL 327.5º 0.71% 0.6% -
HSV(B) 327.5º 0.64% 0.89% -
XYZ 40.73 24.74 35.89 -
YUV 133.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 226 82 160 0 0.64 0.29 0.11 327.5 0.71 0.6
Hex E2 52 A0 0 40 1D B 148 47 3C
Octal 342 122 240 0 100 35 13 510 107 74
Binary 11100010 1010010 10100000 0 1000000 11101 1011 101001000 1000111 111100

Color Harmonies of #E252A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E252A0

Black with #E252A0

Text Example


Text Example

White with #E252A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E252A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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