Html Css Color HEX #EF52AC Brilliant Rose

📋 copy color: '#EF52AC'

red 239 ◦ green 82 ◦ blue 172

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

Shades of Brilliant Rose #EF52AC

Tints of Brilliant Rose #EF52AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.63%

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

R = 48.48%
G = 16.63%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF52AC (or 0xEF52AC) is known color: Brilliant Rose. HEX triplet: EF, 52 and AC. RGB value is (239,82,172). Sum of RGB (Red+Green+Blue) = 239+82+172=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF52AC is #10AD53. Grayscale: #8B8B8B. Windows color (decimal): -1092948 or 11293423. OLE color: 11293423.

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

Color convert

RGB 239 82 172 -
CMYK 0 0.66 0.28 0.06
HSL 325.61º 0.83% 0.63% -
HSV(B) 325.61º 0.66% 0.94% -
XYZ 46.06 27.36 41.88 -
YUV 139.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 239 82 172 0 0.66 0.28 0.06 325.61 0.83 0.63
Hex EF 52 AC 0 42 1C 6 146 53 3F
Octal 357 122 254 0 102 34 6 506 123 77
Binary 11101111 1010010 10101100 0 1000010 11100 110 101000110 1010011 111111

Color Harmonies of #EF52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52AC

Black with #EF52AC

Text Example


Text Example

White with #EF52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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