Html Css Color HEX #EF266A Cerise

📋 copy color: '#EF266A'

red 239 ◦ green 38 ◦ blue 106

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

Shades of Cerise #EF266A

Tints of Cerise #EF266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.92%

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 62.4%
G = 9.92%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF266A (or 0xEF266A) is known color: Cerise. HEX triplet: EF, 26 and 6A. RGB value is (239,38,106). Sum of RGB (Red+Green+Blue) = 239+38+106=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF266A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF266A is #10D995. Grayscale: #696969. Windows color (decimal): -1104278 or 6956783. OLE color: 6956783.

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

Color convert

RGB 239 38 106 -
CMYK 0 0.84 0.56 0.06
HSL 339.7º 0.86% 0.54% -
HSV(B) 339.7º 0.84% 0.94% -
XYZ 38.89 20.78 15.6 -
YUV 105.85 128.09 222.97 -
System Red Green Blue C M Y K H S L
Decimal 239 38 106 0 0.84 0.56 0.06 339.7 0.86 0.54
Hex EF 26 6A 0 54 38 6 154 56 36
Octal 357 46 152 0 124 70 6 524 126 66
Binary 11101111 100110 1101010 0 1010100 111000 110 101010100 1010110 110110

Color Harmonies of #EF266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF266A

Black with #EF266A

Text Example


Text Example

White with #EF266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF266A; }

 p { color: rgb(239,38,106); }

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

background-color css

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

 a { background-color: rgb(239,38,106); }

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

border-color css

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

 span { border-color: rgb(239,38,106); }

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