Html Css Color HEX #E059AF Brilliant Rose

📋 copy color: '#E059AF'

red 224 ◦ green 89 ◦ blue 175

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

Shades of Brilliant Rose #E059AF

Tints of Brilliant Rose #E059AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.24%

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

R = 45.9%
G = 18.24%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E059AF (or 0xE059AF) is known color: Brilliant Rose. HEX triplet: E0, 59 and AF. RGB value is (224,89,175). Sum of RGB (Red+Green+Blue) = 224+89+175=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E059AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E059AF is #1FA650. Grayscale: #8A8A8A. Windows color (decimal): -2074193 or 11491808. OLE color: 11491808.

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

Color convert

RGB 224 89 175 -
CMYK 0 0.60 0.22 0.12
HSL 321.78º 0.69% 0.61% -
HSV(B) 321.78º 0.6% 0.88% -
XYZ 42.05 26.09 43.38 -
YUV 139.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 224 89 175 0 0.60 0.22 0.12 321.78 0.69 0.61
Hex E0 59 AF 0 3C 16 C 142 45 3D
Octal 340 131 257 0 74 26 14 502 105 75
Binary 11100000 1011001 10101111 0 111100 10110 1100 101000010 1000101 111101

Color Harmonies of #E059AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E059AF

Black with #E059AF

Text Example


Text Example

White with #E059AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E059AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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