Html Css Color HEX #EF51A8 Brilliant Rose

📋 copy color: '#EF51A8'

red 239 ◦ green 81 ◦ blue 168

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

Shades of Brilliant Rose #EF51A8

Tints of Brilliant Rose #EF51A8

RGB

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

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

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

R = 48.98%
G = 16.6%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF51A8 (or 0xEF51A8) is known color: Brilliant Rose. HEX triplet: EF, 51 and A8. RGB value is (239,81,168). Sum of RGB (Red+Green+Blue) = 239+81+168=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF51A8 is #10AE57. Grayscale: #898989. Windows color (decimal): -1093208 or 11031023. OLE color: 11031023.

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

Color convert

RGB 239 81 168 -
CMYK 0 0.66 0.30 0.06
HSL 326.96º 0.83% 0.63% -
HSV(B) 326.96º 0.66% 0.94% -
XYZ 45.61 27.06 39.87 -
YUV 138.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 239 81 168 0 0.66 0.30 0.06 326.96 0.83 0.63
Hex EF 51 A8 0 42 1E 6 147 53 3F
Octal 357 121 250 0 102 36 6 507 123 77
Binary 11101111 1010001 10101000 0 1000010 11110 110 101000111 1010011 111111

Color Harmonies of #EF51A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF51A8

Black with #EF51A8

Text Example


Text Example

White with #EF51A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF51A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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