Html Css Color HEX #E252B4 Brilliant Rose

📋 copy color: '#E252B4'

red 226 ◦ green 82 ◦ blue 180

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

Shades of Brilliant Rose #E252B4

Tints of Brilliant Rose #E252B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 46.31%
G = 16.8%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E252B4 (or 0xE252B4) is known color: Brilliant Rose. HEX triplet: E2, 52 and B4. RGB value is (226,82,180). Sum of RGB (Red+Green+Blue) = 226+82+180=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E252B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252B4 is #1DAD4B. Grayscale: #878787. Windows color (decimal): -1944908 or 11817698. OLE color: 11817698.

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

Color convert

RGB 226 82 180 -
CMYK 0 0.64 0.20 0.11
HSL 319.17º 0.71% 0.6% -
HSV(B) 319.17º 0.64% 0.89% -
XYZ 42.62 25.5 45.86 -
YUV 136.23 152.71 192.03 -
System Red Green Blue C M Y K H S L
Decimal 226 82 180 0 0.64 0.20 0.11 319.17 0.71 0.6
Hex E2 52 B4 0 40 14 B 13F 47 3C
Octal 342 122 264 0 100 24 13 477 107 74
Binary 11100010 1010010 10110100 0 1000000 10100 1011 100111111 1000111 111100

Color Harmonies of #E252B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E252B4

Black with #E252B4

Text Example


Text Example

White with #E252B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E252B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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