Html Css Color HEX #E452B0 Brilliant Rose

📋 copy color: '#E452B0'

red 228 ◦ green 82 ◦ blue 176

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

Shades of Brilliant Rose #E452B0

Tints of Brilliant Rose #E452B0

RGB

 RED value IS 228 (89.45% from 255) = 46.91%

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

 BLUE value IS 176 (69.14% from 255) = 36.21%

R = 46.91%
G = 16.87%
B = 36.21%

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

#E452B0 (or 0xE452B0) is known color: Brilliant Rose. HEX triplet: E4, 52 and B0. RGB value is (228,82,176). Sum of RGB (Red+Green+Blue) = 228+82+176=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E452B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E452B0 is #1BAD4F. Grayscale: #888888. Windows color (decimal): -1813840 or 11555556. OLE color: 11555556.

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

Color convert

RGB 228 82 176 -
CMYK 0 0.64 0.23 0.11
HSL 321.37º 0.73% 0.61% -
HSV(B) 321.37º 0.64% 0.89% -
XYZ 42.85 25.66 43.77 -
YUV 136.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 228 82 176 0 0.64 0.23 0.11 321.37 0.73 0.61
Hex E4 52 B0 0 40 17 B 141 49 3D
Octal 344 122 260 0 100 27 13 501 111 75
Binary 11100100 1010010 10110000 0 1000000 10111 1011 101000001 1001001 111101

Color Harmonies of #E452B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E452B0

Black with #E452B0

Text Example


Text Example

White with #E452B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E452B0; }

 p { color: rgb(228,82,176); }

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

background-color css

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

 a { background-color: rgb(228,82,176); }

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

border-color css

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

 span { border-color: rgb(228,82,176); }

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