Html Css Color HEX #EF52A8 Brilliant Rose

📋 copy color: '#EF52A8'

red 239 ◦ green 82 ◦ blue 168

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

Shades of Brilliant Rose #EF52A8

Tints of Brilliant Rose #EF52A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.36%

R = 48.88%
G = 16.77%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF52A8 (or 0xEF52A8) is known color: Brilliant Rose. HEX triplet: EF, 52 and A8. RGB value is (239,82,168). Sum of RGB (Red+Green+Blue) = 239+82+168=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF52A8 is #10AD57. Grayscale: #8A8A8A. Windows color (decimal): -1092952 or 11031279. OLE color: 11031279.

HSL color Cylindrical-coordinate representation of color #EF52A8: hue angle of 327.13º 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 #EF52A8 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 82 168 -
CMYK 0 0.66 0.30 0.06
HSL 327.13º 0.83% 0.63% -
HSV(B) 327.13º 0.66% 0.94% -
XYZ 45.68 27.21 39.89 -
YUV 138.75 144.51 199.51 -
System Red Green Blue C M Y K H S L
Decimal 239 82 168 0 0.66 0.30 0.06 327.13 0.83 0.63
Hex EF 52 A8 0 42 1E 6 147 53 3F
Octal 357 122 250 0 102 36 6 507 123 77
Binary 11101111 1010010 10101000 0 1000010 11110 110 101000111 1010011 111111

Color Harmonies of #EF52A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52A8

Black with #EF52A8

Text Example


Text Example

White with #EF52A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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