Html Css Color HEX #E058AF Brilliant Rose

📋 copy color: '#E058AF'

red 224 ◦ green 88 ◦ blue 175

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

Shades of Brilliant Rose #E058AF

Tints of Brilliant Rose #E058AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.07%

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

R = 46%
G = 18.07%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E058AF (or 0xE058AF) is known color: Brilliant Rose. HEX triplet: E0, 58 and AF. RGB value is (224,88,175). Sum of RGB (Red+Green+Blue) = 224+88+175=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E058AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E058AF is #1FA750. Grayscale: #8A8A8A. Windows color (decimal): -2074449 or 11491552. OLE color: 11491552.

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

Color convert

RGB 224 88 175 -
CMYK 0 0.61 0.22 0.12
HSL 321.62º 0.69% 0.61% -
HSV(B) 321.62º 0.61% 0.88% -
XYZ 41.97 25.92 43.35 -
YUV 138.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 224 88 175 0 0.61 0.22 0.12 321.62 0.69 0.61
Hex E0 58 AF 0 3D 16 C 142 45 3D
Octal 340 130 257 0 75 26 14 502 105 75
Binary 11100000 1011000 10101111 0 111101 10110 1100 101000010 1000101 111101

Color Harmonies of #E058AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058AF

Black with #E058AF

Text Example


Text Example

White with #E058AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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