Html Css Color HEX #EF2963 Cerise

📋 copy color: '#EF2963'

red 239 ◦ green 41 ◦ blue 99

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

Shades of Cerise #EF2963

Tints of Cerise #EF2963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.82%

 BLUE value IS 99 (39.06% from 255) = 26.12%

R = 63.06%
G = 10.82%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF2963 (or 0xEF2963) is known color: Cerise. HEX triplet: EF, 29 and 63. RGB value is (239,41,99). Sum of RGB (Red+Green+Blue) = 239+41+99=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2963 is #10D69C. Grayscale: #6A6A6A. Windows color (decimal): -1103517 or 6498799. OLE color: 6498799.

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

Color convert

RGB 239 41 99 -
CMYK 0 0.83 0.59 0.06
HSL 342.42º 0.86% 0.55% -
HSV(B) 342.42º 0.83% 0.94% -
XYZ 38.64 20.84 13.79 -
YUV 106.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 239 41 99 0 0.83 0.59 0.06 342.42 0.86 0.55
Hex EF 29 63 0 53 3B 6 156 56 37
Octal 357 51 143 0 123 73 6 526 126 67
Binary 11101111 101001 1100011 0 1010011 111011 110 101010110 1010110 110111

Color Harmonies of #EF2963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2963

Black with #EF2963

Text Example


Text Example

White with #EF2963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2963; }

 p { color: rgb(239,41,99); }

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

background-color css

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

 a { background-color: rgb(239,41,99); }

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

border-color css

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

 span { border-color: rgb(239,41,99); }

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