Html Css Color HEX #EF52B2 Brilliant Rose

📋 copy color: '#EF52B2'

red 239 ◦ green 82 ◦ blue 178

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

Shades of Brilliant Rose #EF52B2

Tints of Brilliant Rose #EF52B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.67%

R = 47.9%
G = 16.43%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF52B2 (or 0xEF52B2) is known color: Brilliant Rose. HEX triplet: EF, 52 and B2. RGB value is (239,82,178). Sum of RGB (Red+Green+Blue) = 239+82+178=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF52B2 is #10AD4D. Grayscale: #8B8B8B. Windows color (decimal): -1092942 or 11686639. OLE color: 11686639.

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

Color convert

RGB 239 82 178 -
CMYK 0 0.66 0.26 0.06
HSL 323.31º 0.83% 0.63% -
HSV(B) 323.31º 0.66% 0.94% -
XYZ 46.65 27.6 44.99 -
YUV 139.89 149.51 198.69 -
System Red Green Blue C M Y K H S L
Decimal 239 82 178 0 0.66 0.26 0.06 323.31 0.83 0.63
Hex EF 52 B2 0 42 1A 6 143 53 3F
Octal 357 122 262 0 102 32 6 503 123 77
Binary 11101111 1010010 10110010 0 1000010 11010 110 101000011 1010011 111111

Color Harmonies of #EF52B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52B2

Black with #EF52B2

Text Example


Text Example

White with #EF52B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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