Html Css Color HEX #EF2C7B Deep Cerise

📋 copy color: '#EF2C7B'

red 239 ◦ green 44 ◦ blue 123

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

Shades of Deep Cerise #EF2C7B

Tints of Deep Cerise #EF2C7B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 58.87%
G = 10.84%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF2C7B (or 0xEF2C7B) is known color: Deep Cerise. HEX triplet: EF, 2C and 7B. RGB value is (239,44,123). Sum of RGB (Red+Green+Blue) = 239+44+123=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2C7B is #10D384. Grayscale: #6F6F6F. Windows color (decimal): -1102725 or 8072431. OLE color: 8072431.

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

Color convert

RGB 239 44 123 -
CMYK 0 0.82 0.49 0.06
HSL 335.69º 0.86% 0.55% -
HSV(B) 335.69º 0.82% 0.94% -
XYZ 40.07 21.58 20.79 -
YUV 111.31 134.6 219.08 -
System Red Green Blue C M Y K H S L
Decimal 239 44 123 0 0.82 0.49 0.06 335.69 0.86 0.55
Hex EF 2C 7B 0 52 31 6 150 56 37
Octal 357 54 173 0 122 61 6 520 126 67
Binary 11101111 101100 1111011 0 1010010 110001 110 101010000 1010110 110111

Color Harmonies of #EF2C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C7B

Black with #EF2C7B

Text Example


Text Example

White with #EF2C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C7B; }

 p { color: rgb(239,44,123); }

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

background-color css

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

 a { background-color: rgb(239,44,123); }

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

border-color css

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

 span { border-color: rgb(239,44,123); }

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