Html Css Color HEX #EF318A Deep Cerise

📋 copy color: '#EF318A'

red 239 ◦ green 49 ◦ blue 138

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

Shades of Deep Cerise #EF318A

Tints of Deep Cerise #EF318A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.5%

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 56.1%
G = 11.5%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF318A (or 0xEF318A) is known color: Deep Cerise. HEX triplet: EF, 31 and 8A. RGB value is (239,49,138). Sum of RGB (Red+Green+Blue) = 239+49+138=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF318A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF318A is #10CE75. Grayscale: #737373. Windows color (decimal): -1101430 or 9056751. OLE color: 9056751.

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

Color convert

RGB 239 49 138 -
CMYK 0 0.79 0.42 0.06
HSL 331.89º 0.86% 0.56% -
HSV(B) 331.89º 0.79% 0.94% -
XYZ 41.28 22.38 26.19 -
YUV 115.96 140.45 215.76 -
System Red Green Blue C M Y K H S L
Decimal 239 49 138 0 0.79 0.42 0.06 331.89 0.86 0.56
Hex EF 31 8A 0 4F 2A 6 14C 56 38
Octal 357 61 212 0 117 52 6 514 126 70
Binary 11101111 110001 10001010 0 1001111 101010 110 101001100 1010110 111000

Color Harmonies of #EF318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF318A

Black with #EF318A

Text Example


Text Example

White with #EF318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF318A; }

 p { color: rgb(239,49,138); }

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

background-color css

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

 a { background-color: rgb(239,49,138); }

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

border-color css

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

 span { border-color: rgb(239,49,138); }

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