Html Css Color HEX #E053AF Brilliant Rose

📋 copy color: '#E053AF'

red 224 ◦ green 83 ◦ blue 175

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

Shades of Brilliant Rose #E053AF

Tints of Brilliant Rose #E053AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 46.47%
G = 17.22%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E053AF (or 0xE053AF) is known color: Brilliant Rose. HEX triplet: E0, 53 and AF. RGB value is (224,83,175). Sum of RGB (Red+Green+Blue) = 224+83+175=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E053AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E053AF is #1FAC50. Grayscale: #878787. Windows color (decimal): -2075729 or 11490272. OLE color: 11490272.

HSL color Cylindrical-coordinate representation of color #E053AF: hue angle of 320.85º 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 #E053AF is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 175 -
CMYK 0 0.63 0.22 0.12
HSL 320.85º 0.69% 0.6% -
HSV(B) 320.85º 0.63% 0.88% -
XYZ 41.57 25.13 43.22 -
YUV 135.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 224 83 175 0 0.63 0.22 0.12 320.85 0.69 0.6
Hex E0 53 AF 0 3F 16 C 141 45 3C
Octal 340 123 257 0 77 26 14 501 105 74
Binary 11100000 1010011 10101111 0 111111 10110 1100 101000001 1000101 111100

Color Harmonies of #E053AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053AF

Black with #E053AF

Text Example


Text Example

White with #E053AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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