Html Css Color HEX #EF53AF Brilliant Rose

📋 copy color: '#EF53AF'

red 239 ◦ green 83 ◦ blue 175

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

Shades of Brilliant Rose #EF53AF

Tints of Brilliant Rose #EF53AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.21%

R = 48.09%
G = 16.7%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF53AF (or 0xEF53AF) is known color: Brilliant Rose. HEX triplet: EF, 53 and AF. RGB value is (239,83,175). Sum of RGB (Red+Green+Blue) = 239+83+175=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF53AF is #10AC50. Grayscale: #8B8B8B. Windows color (decimal): -1092689 or 11490287. OLE color: 11490287.

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

Color convert

RGB 239 83 175 -
CMYK 0 0.65 0.27 0.06
HSL 324.62º 0.83% 0.63% -
HSV(B) 324.62º 0.65% 0.94% -
XYZ 46.43 27.63 43.44 -
YUV 140.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 239 83 175 0 0.65 0.27 0.06 324.62 0.83 0.63
Hex EF 53 AF 0 41 1B 6 145 53 3F
Octal 357 123 257 0 101 33 6 505 123 77
Binary 11101111 1010011 10101111 0 1000001 11011 110 101000101 1010011 111111

Color Harmonies of #EF53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53AF

Black with #EF53AF

Text Example


Text Example

White with #EF53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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