Html Css Color HEX #E05BAC Brilliant Rose

📋 copy color: '#E05BAC'

red 224 ◦ green 91 ◦ blue 172

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

Shades of Brilliant Rose #E05BAC

Tints of Brilliant Rose #E05BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.69%

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 46%
G = 18.69%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E05BAC (or 0xE05BAC) is known color: Brilliant Rose. HEX triplet: E0, 5B and AC. RGB value is (224,91,172). Sum of RGB (Red+Green+Blue) = 224+91+172=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05BAC is #1FA453. Grayscale: #8B8B8B. Windows color (decimal): -2073684 or 11295712. OLE color: 11295712.

HSL color Cylindrical-coordinate representation of color #E05BAC: hue angle of 323.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05BAC is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 91 172 -
CMYK 0 0.59 0.23 0.12
HSL 323.46º 0.68% 0.62% -
HSV(B) 323.46º 0.59% 0.88% -
XYZ 41.93 26.31 41.9 -
YUV 140 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 224 91 172 0 0.59 0.23 0.12 323.46 0.68 0.62
Hex E0 5B AC 0 3B 17 C 143 44 3E
Octal 340 133 254 0 73 27 14 503 104 76
Binary 11100000 1011011 10101100 0 111011 10111 1100 101000011 1000100 111110

Color Harmonies of #E05BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05BAC

Black with #E05BAC

Text Example


Text Example

White with #E05BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05BAC; }

 p { color: rgb(224,91,172); }

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

background-color css

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

 a { background-color: rgb(224,91,172); }

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

border-color css

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

 span { border-color: rgb(224,91,172); }

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