Html Css Color HEX #EF2675 Cerise

📋 copy color: '#EF2675'

red 239 ◦ green 38 ◦ blue 117

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

Shades of Cerise #EF2675

Tints of Cerise #EF2675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 60.66%
G = 9.64%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF2675 (or 0xEF2675) is known color: Cerise. HEX triplet: EF, 26 and 75. RGB value is (239,38,117). Sum of RGB (Red+Green+Blue) = 239+38+117=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2675 is #10D98A. Grayscale: #6A6A6A. Windows color (decimal): -1104267 or 7677679. OLE color: 7677679.

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

Color convert

RGB 239 38 117 -
CMYK 0 0.84 0.51 0.06
HSL 336.42º 0.86% 0.54% -
HSV(B) 336.42º 0.84% 0.94% -
XYZ 39.5 21.02 18.81 -
YUV 107.11 133.59 222.08 -
System Red Green Blue C M Y K H S L
Decimal 239 38 117 0 0.84 0.51 0.06 336.42 0.86 0.54
Hex EF 26 75 0 54 33 6 150 56 36
Octal 357 46 165 0 124 63 6 520 126 66
Binary 11101111 100110 1110101 0 1010100 110011 110 101010000 1010110 110110

Color Harmonies of #EF2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2675

Black with #EF2675

Text Example


Text Example

White with #EF2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2675; }

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

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

background-color css

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

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

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

border-color css

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

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

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