Html Css Color HEX #EF51AF Brilliant Rose

📋 copy color: '#EF51AF'

red 239 ◦ green 81 ◦ blue 175

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

Shades of Brilliant Rose #EF51AF

Tints of Brilliant Rose #EF51AF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.36%

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

R = 48.28%
G = 16.36%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF51AF (or 0xEF51AF) is known color: Brilliant Rose. HEX triplet: EF, 51 and AF. RGB value is (239,81,175). Sum of RGB (Red+Green+Blue) = 239+81+175=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF51AF is #10AE50. Grayscale: #8A8A8A. Windows color (decimal): -1093201 or 11489775. OLE color: 11489775.

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

Color convert

RGB 239 81 175 -
CMYK 0 0.66 0.27 0.06
HSL 324.3º 0.83% 0.63% -
HSV(B) 324.3º 0.66% 0.94% -
XYZ 46.28 27.33 43.39 -
YUV 138.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 239 81 175 0 0.66 0.27 0.06 324.3 0.83 0.63
Hex EF 51 AF 0 42 1B 6 144 53 3F
Octal 357 121 257 0 102 33 6 504 123 77
Binary 11101111 1010001 10101111 0 1000010 11011 110 101000100 1010011 111111

Color Harmonies of #EF51AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF51AF

Black with #EF51AF

Text Example


Text Example

White with #EF51AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF51AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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