Html Css Color HEX #EF53AC Brilliant Rose

📋 copy color: '#EF53AC'

red 239 ◦ green 83 ◦ blue 172

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

Shades of Brilliant Rose #EF53AC

Tints of Brilliant Rose #EF53AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.8%

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

R = 48.38%
G = 16.8%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF53AC (or 0xEF53AC) is known color: Brilliant Rose. HEX triplet: EF, 53 and AC. RGB value is (239,83,172). Sum of RGB (Red+Green+Blue) = 239+83+172=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF53AC is #10AC53. Grayscale: #8B8B8B. Windows color (decimal): -1092692 or 11293679. OLE color: 11293679.

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

Color convert

RGB 239 83 172 -
CMYK 0 0.65 0.28 0.06
HSL 325.77º 0.83% 0.63% -
HSV(B) 325.77º 0.65% 0.94% -
XYZ 46.14 27.52 41.91 -
YUV 139.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 239 83 172 0 0.65 0.28 0.06 325.77 0.83 0.63
Hex EF 53 AC 0 41 1C 6 146 53 3F
Octal 357 123 254 0 101 34 6 506 123 77
Binary 11101111 1010011 10101100 0 1000001 11100 110 101000110 1010011 111111

Color Harmonies of #EF53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53AC

Black with #EF53AC

Text Example


Text Example

White with #EF53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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