Html Css Color HEX #E053B3 Brilliant Rose

📋 copy color: '#E053B3'

red 224 ◦ green 83 ◦ blue 179

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

Shades of Brilliant Rose #E053B3

Tints of Brilliant Rose #E053B3

RGB

 RED value IS 224 (87.89% from 255) = 46.09%

 GREEN value IS 83 (32.81% from 255) = 17.08%

 BLUE value IS 179 (70.31% from 255) = 36.83%

R = 46.09%
G = 17.08%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E053B3 (or 0xE053B3) is known color: Brilliant Rose. HEX triplet: E0, 53 and B3. RGB value is (224,83,179). Sum of RGB (Red+Green+Blue) = 224+83+179=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E053B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053B3 is #1FAC4C. Grayscale: #878787. Windows color (decimal): -2075725 or 11752416. OLE color: 11752416.

HSL color Cylindrical-coordinate representation of color #E053B3: hue angle of 319.15º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E053B3 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 179 -
CMYK 0 0.63 0.20 0.12
HSL 319.15º 0.69% 0.6% -
HSV(B) 319.15º 0.63% 0.88% -
XYZ 41.97 25.29 45.32 -
YUV 136.1 152.21 190.69 -
System Red Green Blue C M Y K H S L
Decimal 224 83 179 0 0.63 0.20 0.12 319.15 0.69 0.6
Hex E0 53 B3 0 3F 14 C 13F 45 3C
Octal 340 123 263 0 77 24 14 477 105 74
Binary 11100000 1010011 10110011 0 111111 10100 1100 100111111 1000101 111100

Color Harmonies of #E053B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053B3

Black with #E053B3

Text Example


Text Example

White with #E053B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053B3; }

 p { color: rgb(224,83,179); }

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

background-color css

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

 a { background-color: rgb(224,83,179); }

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

border-color css

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

 span { border-color: rgb(224,83,179); }

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