Html Css Color HEX #EF53A8 Brilliant Rose

📋 copy color: '#EF53A8'

red 239 ◦ green 83 ◦ blue 168

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

Shades of Brilliant Rose #EF53A8

Tints of Brilliant Rose #EF53A8

RGB

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

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

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

R = 48.78%
G = 16.94%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF53A8 (or 0xEF53A8) is known color: Brilliant Rose. HEX triplet: EF, 53 and A8. RGB value is (239,83,168). Sum of RGB (Red+Green+Blue) = 239+83+168=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF53A8 is #10AC57. Grayscale: #8B8B8B. Windows color (decimal): -1092696 or 11031535. OLE color: 11031535.

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

Color convert

RGB 239 83 168 -
CMYK 0 0.65 0.30 0.06
HSL 327.31º 0.83% 0.63% -
HSV(B) 327.31º 0.65% 0.94% -
XYZ 45.76 27.36 39.92 -
YUV 139.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 239 83 168 0 0.65 0.30 0.06 327.31 0.83 0.63
Hex EF 53 A8 0 41 1E 6 147 53 3F
Octal 357 123 250 0 101 36 6 507 123 77
Binary 11101111 1010011 10101000 0 1000001 11110 110 101000111 1010011 111111

Color Harmonies of #EF53A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53A8

Black with #EF53A8

Text Example


Text Example

White with #EF53A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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