Html Css Color HEX #EF2E89 Deep Cerise

📋 copy color: '#EF2E89'

red 239 ◦ green 46 ◦ blue 137

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

Shades of Deep Cerise #EF2E89

Tints of Deep Cerise #EF2E89

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.9%

 BLUE value IS 137 (53.91% from 255) = 32.46%

R = 56.64%
G = 10.9%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF2E89 (or 0xEF2E89) is known color: Deep Cerise. HEX triplet: EF, 2E and 89. RGB value is (239,46,137). Sum of RGB (Red+Green+Blue) = 239+46+137=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2E89 is #10D176. Grayscale: #717171. Windows color (decimal): -1102199 or 8990447. OLE color: 8990447.

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

Color convert

RGB 239 46 137 -
CMYK 0 0.81 0.43 0.06
HSL 331.71º 0.86% 0.56% -
HSV(B) 331.71º 0.81% 0.94% -
XYZ 41.09 22.11 25.77 -
YUV 114.08 140.94 217.1 -
System Red Green Blue C M Y K H S L
Decimal 239 46 137 0 0.81 0.43 0.06 331.71 0.86 0.56
Hex EF 2E 89 0 51 2B 6 14C 56 38
Octal 357 56 211 0 121 53 6 514 126 70
Binary 11101111 101110 10001001 0 1010001 101011 110 101001100 1010110 111000

Color Harmonies of #EF2E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E89

Black with #EF2E89

Text Example


Text Example

White with #EF2E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E89; }

 p { color: rgb(239,46,137); }

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

background-color css

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

 a { background-color: rgb(239,46,137); }

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

border-color css

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

 span { border-color: rgb(239,46,137); }

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