Html Css Color HEX #EF52B7 Brilliant Rose

📋 copy color: '#EF52B7'

red 239 ◦ green 82 ◦ blue 183

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

Shades of Brilliant Rose #EF52B7

Tints of Brilliant Rose #EF52B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.31%

R = 47.42%
G = 16.27%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF52B7 (or 0xEF52B7) is known color: Brilliant Rose. HEX triplet: EF, 52 and B7. RGB value is (239,82,183). Sum of RGB (Red+Green+Blue) = 239+82+183=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52B7 is #10AD48. Grayscale: #8C8C8C. Windows color (decimal): -1092937 or 12014319. OLE color: 12014319.

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

Color convert

RGB 239 82 183 -
CMYK 0 0.66 0.23 0.06
HSL 321.4º 0.83% 0.63% -
HSV(B) 321.4º 0.66% 0.94% -
XYZ 47.16 27.8 47.68 -
YUV 140.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 239 82 183 0 0.66 0.23 0.06 321.4 0.83 0.63
Hex EF 52 B7 0 42 17 6 141 53 3F
Octal 357 122 267 0 102 27 6 501 123 77
Binary 11101111 1010010 10110111 0 1000010 10111 110 101000001 1010011 111111

Color Harmonies of #EF52B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52B7

Black with #EF52B7

Text Example


Text Example

White with #EF52B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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