Html Css Color HEX #E252B2 Brilliant Rose

📋 copy color: '#E252B2'

red 226 ◦ green 82 ◦ blue 178

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

Shades of Brilliant Rose #E252B2

Tints of Brilliant Rose #E252B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.63%

R = 46.5%
G = 16.87%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E252B2 (or 0xE252B2) is known color: Brilliant Rose. HEX triplet: E2, 52 and B2. RGB value is (226,82,178). Sum of RGB (Red+Green+Blue) = 226+82+178=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E252B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E252B2 is #1DAD4D. Grayscale: #878787. Windows color (decimal): -1944910 or 11686626. OLE color: 11686626.

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

Color convert

RGB 226 82 178 -
CMYK 0 0.64 0.21 0.11
HSL 320º 0.71% 0.6% -
HSV(B) 320º 0.64% 0.89% -
XYZ 42.42 25.42 44.79 -
YUV 136 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 226 82 178 0 0.64 0.21 0.11 320 0.71 0.6
Hex E2 52 B2 0 40 15 B 140 47 3C
Octal 342 122 262 0 100 25 13 500 107 74
Binary 11100010 1010010 10110010 0 1000000 10101 1011 101000000 1000111 111100

Color Harmonies of #E252B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E252B2

Black with #E252B2

Text Example


Text Example

White with #E252B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E252B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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