Html Css Color HEX #EF237F Deep Cerise

📋 copy color: '#EF237F'

red 239 ◦ green 35 ◦ blue 127

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

Shades of Deep Cerise #EF237F

Tints of Deep Cerise #EF237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.73%

 BLUE value IS 127 (50% from 255) = 31.67%

R = 59.6%
G = 8.73%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF237F (or 0xEF237F) is known color: Deep Cerise. HEX triplet: EF, 23 and 7F. RGB value is (239,35,127). Sum of RGB (Red+Green+Blue) = 239+35+127=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF237F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF237F is #10DC80. Grayscale: #6A6A6A. Windows color (decimal): -1105025 or 8332271. OLE color: 8332271.

HSL color Cylindrical-coordinate representation of color #EF237F: hue angle of 332.94º 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 #EF237F is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 35 127 -
CMYK 0 0.85 0.47 0.06
HSL 332.94º 0.86% 0.54% -
HSV(B) 332.94º 0.85% 0.94% -
XYZ 40.03 21.09 22.04 -
YUV 106.48 139.59 222.52 -
System Red Green Blue C M Y K H S L
Decimal 239 35 127 0 0.85 0.47 0.06 332.94 0.86 0.54
Hex EF 23 7F 0 55 2F 6 14D 56 36
Octal 357 43 177 0 125 57 6 515 126 66
Binary 11101111 100011 1111111 0 1010101 101111 110 101001101 1010110 110110

Color Harmonies of #EF237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF237F

Black with #EF237F

Text Example


Text Example

White with #EF237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF237F; }

 p { color: rgb(239,35,127); }

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

background-color css

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

 a { background-color: rgb(239,35,127); }

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

border-color css

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

 span { border-color: rgb(239,35,127); }

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