Html Css Color HEX #EF52A7 Brilliant Rose

📋 copy color: '#EF52A7'

red 239 ◦ green 82 ◦ blue 167

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

Shades of Brilliant Rose #EF52A7

Tints of Brilliant Rose #EF52A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.22%

R = 48.98%
G = 16.8%
B = 34.22%

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

#EF52A7 (or 0xEF52A7) is known color: Brilliant Rose. HEX triplet: EF, 52 and A7. RGB value is (239,82,167). Sum of RGB (Red+Green+Blue) = 239+82+167=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF52A7 is #10AD58. Grayscale: #8A8A8A. Windows color (decimal): -1092953 or 10965743. OLE color: 10965743.

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

Color convert

RGB 239 82 167 -
CMYK 0 0.66 0.30 0.06
HSL 327.52º 0.83% 0.63% -
HSV(B) 327.52º 0.66% 0.94% -
XYZ 45.59 27.18 39.4 -
YUV 138.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 239 82 167 0 0.66 0.30 0.06 327.52 0.83 0.63
Hex EF 52 A7 0 42 1E 6 148 53 3F
Octal 357 122 247 0 102 36 6 510 123 77
Binary 11101111 1010010 10100111 0 1000010 11110 110 101001000 1010011 111111

Color Harmonies of #EF52A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52A7

Black with #EF52A7

Text Example


Text Example

White with #EF52A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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