Html Css Color HEX #EF53A0 Brilliant Rose

📋 copy color: '#EF53A0'

red 239 ◦ green 83 ◦ blue 160

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

Shades of Brilliant Rose #EF53A0

Tints of Brilliant Rose #EF53A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 49.59%
G = 17.22%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF53A0 (or 0xEF53A0) is known color: Brilliant Rose. HEX triplet: EF, 53 and A0. RGB value is (239,83,160). Sum of RGB (Red+Green+Blue) = 239+83+160=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF53A0 is #10AC5F. Grayscale: #8A8A8A. Windows color (decimal): -1092704 or 10507247. OLE color: 10507247.

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

Color convert

RGB 239 83 160 -
CMYK 0 0.65 0.33 0.06
HSL 330.38º 0.83% 0.63% -
HSV(B) 330.38º 0.65% 0.94% -
XYZ 45.04 27.08 36.11 -
YUV 138.42 140.18 199.74 -
System Red Green Blue C M Y K H S L
Decimal 239 83 160 0 0.65 0.33 0.06 330.38 0.83 0.63
Hex EF 53 A0 0 41 21 6 14A 53 3F
Octal 357 123 240 0 101 41 6 512 123 77
Binary 11101111 1010011 10100000 0 1000001 100001 110 101001010 1010011 111111

Color Harmonies of #EF53A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53A0

Black with #EF53A0

Text Example


Text Example

White with #EF53A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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