Html Css Color HEX #EF60A7 Brilliant Rose

📋 copy color: '#EF60A7'

red 239 ◦ green 96 ◦ blue 167

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

Shades of Brilliant Rose #EF60A7

Tints of Brilliant Rose #EF60A7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.12%

 BLUE value IS 167 (65.63% from 255) = 33.27%

R = 47.61%
G = 19.12%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF60A7 (or 0xEF60A7) is known color: Brilliant Rose. HEX triplet: EF, 60 and A7. RGB value is (239,96,167). Sum of RGB (Red+Green+Blue) = 239+96+167=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF60A7 is #109F58. Grayscale: #929292. Windows color (decimal): -1089369 or 10969327. OLE color: 10969327.

HSL color Cylindrical-coordinate representation of color #EF60A7: hue angle of 330.21º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60A7 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 167 -
CMYK 0 0.60 0.30 0.06
HSL 330.21º 0.82% 0.66% -
HSV(B) 330.21º 0.6% 0.94% -
XYZ 46.75 29.51 39.79 -
YUV 146.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 239 96 167 0 0.60 0.30 0.06 330.21 0.82 0.66
Hex EF 60 A7 0 3C 1E 6 14A 52 42
Octal 357 140 247 0 74 36 6 512 122 102
Binary 11101111 1100000 10100111 0 111100 11110 110 101001010 1010010 1000010

Color Harmonies of #EF60A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60A7

Black with #EF60A7

Text Example


Text Example

White with #EF60A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60A7; }

 p { color: rgb(239,96,167); }

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

background-color css

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

 a { background-color: rgb(239,96,167); }

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

border-color css

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

 span { border-color: rgb(239,96,167); }

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