Html Css Color HEX #E058AB Brilliant Rose

📋 copy color: '#E058AB'

red 224 ◦ green 88 ◦ blue 171

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

Shades of Brilliant Rose #E058AB

Tints of Brilliant Rose #E058AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.4%

R = 46.38%
G = 18.22%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E058AB (or 0xE058AB) is known color: Brilliant Rose. HEX triplet: E0, 58 and AB. RGB value is (224,88,171). Sum of RGB (Red+Green+Blue) = 224+88+171=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E058AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E058AB is #1FA754. Grayscale: #898989. Windows color (decimal): -2074453 or 11229408. OLE color: 11229408.

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

Color convert

RGB 224 88 171 -
CMYK 0 0.61 0.24 0.12
HSL 323.38º 0.69% 0.61% -
HSV(B) 323.38º 0.61% 0.88% -
XYZ 41.58 25.77 41.31 -
YUV 138.13 146.56 189.25 -
System Red Green Blue C M Y K H S L
Decimal 224 88 171 0 0.61 0.24 0.12 323.38 0.69 0.61
Hex E0 58 AB 0 3D 18 C 143 45 3D
Octal 340 130 253 0 75 30 14 503 105 75
Binary 11100000 1011000 10101011 0 111101 11000 1100 101000011 1000101 111101

Color Harmonies of #E058AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058AB

Black with #E058AB

Text Example


Text Example

White with #E058AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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