Html Css Color HEX #EF2581 Deep Cerise

📋 copy color: '#EF2581'

red 239 ◦ green 37 ◦ blue 129

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

Shades of Deep Cerise #EF2581

Tints of Deep Cerise #EF2581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.14%

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 59.01%
G = 9.14%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF2581 (or 0xEF2581) is known color: Deep Cerise. HEX triplet: EF, 25 and 81. RGB value is (239,37,129). Sum of RGB (Red+Green+Blue) = 239+37+129=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2581 is #10DA7E. Grayscale: #6B6B6B. Windows color (decimal): -1104511 or 8463855. OLE color: 8463855.

HSL color Cylindrical-coordinate representation of color #EF2581: hue angle of 332.67º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2581 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 37 129 -
CMYK 0 0.85 0.46 0.06
HSL 332.67º 0.86% 0.54% -
HSV(B) 332.67º 0.85% 0.94% -
XYZ 40.22 21.26 22.75 -
YUV 107.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 239 37 129 0 0.85 0.46 0.06 332.67 0.86 0.54
Hex EF 25 81 0 55 2E 6 14D 56 36
Octal 357 45 201 0 125 56 6 515 126 66
Binary 11101111 100101 10000001 0 1010101 101110 110 101001101 1010110 110110

Color Harmonies of #EF2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2581

Black with #EF2581

Text Example


Text Example

White with #EF2581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2581; }

 p { color: rgb(239,37,129); }

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

background-color css

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

 a { background-color: rgb(239,37,129); }

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

border-color css

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

 span { border-color: rgb(239,37,129); }

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