Html Css Color HEX #EF5698 Brilliant Rose

📋 copy color: '#EF5698'

red 239 ◦ green 86 ◦ blue 152

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

Shades of Brilliant Rose #EF5698

Tints of Brilliant Rose #EF5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.03%

 BLUE value IS 152 (59.77% from 255) = 31.87%

R = 50.1%
G = 18.03%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF5698 (or 0xEF5698) is known color: Brilliant Rose. HEX triplet: EF, 56 and 98. RGB value is (239,86,152). Sum of RGB (Red+Green+Blue) = 239+86+152=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5698 is #10A967. Grayscale: #8B8B8B. Windows color (decimal): -1091944 or 9983727. OLE color: 9983727.

HSL color Cylindrical-coordinate representation of color #EF5698: hue angle of 334.12º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5698 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 86 152 -
CMYK 0 0.64 0.36 0.06
HSL 334.12º 0.83% 0.64% -
HSV(B) 334.12º 0.64% 0.94% -
XYZ 44.59 27.27 32.62 -
YUV 139.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 239 86 152 0 0.64 0.36 0.06 334.12 0.83 0.64
Hex EF 56 98 0 40 24 6 14E 53 40
Octal 357 126 230 0 100 44 6 516 123 100
Binary 11101111 1010110 10011000 0 1000000 100100 110 101001110 1010011 1000000

Color Harmonies of #EF5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5698

Black with #EF5698

Text Example


Text Example

White with #EF5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5698; }

 p { color: rgb(239,86,152); }

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

background-color css

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

 a { background-color: rgb(239,86,152); }

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

border-color css

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

 span { border-color: rgb(239,86,152); }

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