Html Css Color HEX #EF55AC Brilliant Rose

📋 copy color: '#EF55AC'

red 239 ◦ green 85 ◦ blue 172

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

Shades of Brilliant Rose #EF55AC

Tints of Brilliant Rose #EF55AC

RGB

 RED value IS 239 (93.75% from 255) = 48.19%

 GREEN value IS 85 (33.59% from 255) = 17.14%

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

R = 48.19%
G = 17.14%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF55AC (or 0xEF55AC) is known color: Brilliant Rose. HEX triplet: EF, 55 and AC. RGB value is (239,85,172). Sum of RGB (Red+Green+Blue) = 239+85+172=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF55AC is #10AA53. Grayscale: #8C8C8C. Windows color (decimal): -1092180 or 11294191. OLE color: 11294191.

HSL color Cylindrical-coordinate representation of color #EF55AC: hue angle of 326.1º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF55AC is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 85 172 -
CMYK 0 0.64 0.28 0.06
HSL 326.1º 0.83% 0.64% -
HSV(B) 326.1º 0.64% 0.94% -
XYZ 46.29 27.83 41.96 -
YUV 140.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 239 85 172 0 0.64 0.28 0.06 326.1 0.83 0.64
Hex EF 55 AC 0 40 1C 6 146 53 40
Octal 357 125 254 0 100 34 6 506 123 100
Binary 11101111 1010101 10101100 0 1000000 11100 110 101000110 1010011 1000000

Color Harmonies of #EF55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55AC

Black with #EF55AC

Text Example


Text Example

White with #EF55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55AC; }

 p { color: rgb(239,85,172); }

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

background-color css

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

 a { background-color: rgb(239,85,172); }

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

border-color css

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

 span { border-color: rgb(239,85,172); }

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