Html Css Color HEX #EF53AB Brilliant Rose

📋 copy color: '#EF53AB'

red 239 ◦ green 83 ◦ blue 171

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

Shades of Brilliant Rose #EF53AB

Tints of Brilliant Rose #EF53AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.84%

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 48.48%
G = 16.84%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF53AB (or 0xEF53AB) is known color: Brilliant Rose. HEX triplet: EF, 53 and AB. RGB value is (239,83,171). Sum of RGB (Red+Green+Blue) = 239+83+171=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF53AB is #10AC54. Grayscale: #8B8B8B. Windows color (decimal): -1092693 or 11228143. OLE color: 11228143.

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

Color convert

RGB 239 83 171 -
CMYK 0 0.65 0.28 0.06
HSL 326.15º 0.83% 0.63% -
HSV(B) 326.15º 0.65% 0.94% -
XYZ 46.04 27.48 41.41 -
YUV 139.68 145.68 198.84 -
System Red Green Blue C M Y K H S L
Decimal 239 83 171 0 0.65 0.28 0.06 326.15 0.83 0.63
Hex EF 53 AB 0 41 1C 6 146 53 3F
Octal 357 123 253 0 101 34 6 506 123 77
Binary 11101111 1010011 10101011 0 1000001 11100 110 101000110 1010011 111111

Color Harmonies of #EF53AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53AB

Black with #EF53AB

Text Example


Text Example

White with #EF53AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53AB; }

 p { color: rgb(239,83,171); }

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

background-color css

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

 a { background-color: rgb(239,83,171); }

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

border-color css

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

 span { border-color: rgb(239,83,171); }

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