Html Css Color HEX #EF3468 Cerise

📋 copy color: '#EF3468'

red 239 ◦ green 52 ◦ blue 104

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

Shades of Cerise #EF3468

Tints of Cerise #EF3468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.16%

 BLUE value IS 104 (41.02% from 255) = 26.33%

R = 60.51%
G = 13.16%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF3468 (or 0xEF3468) is known color: Cerise. HEX triplet: EF, 34 and 68. RGB value is (239,52,104). Sum of RGB (Red+Green+Blue) = 239+52+104=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3468 is #10CB97. Grayscale: #717171. Windows color (decimal): -1100696 or 6829295. OLE color: 6829295.

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

Color convert

RGB 239 52 104 -
CMYK 0 0.78 0.56 0.06
HSL 343.32º 0.85% 0.57% -
HSV(B) 343.32º 0.78% 0.94% -
XYZ 39.32 21.81 15.23 -
YUV 113.84 122.45 217.27 -
System Red Green Blue C M Y K H S L
Decimal 239 52 104 0 0.78 0.56 0.06 343.32 0.85 0.57
Hex EF 34 68 0 4E 38 6 157 55 39
Octal 357 64 150 0 116 70 6 527 125 71
Binary 11101111 110100 1101000 0 1001110 111000 110 101010111 1010101 111001

Color Harmonies of #EF3468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3468

Black with #EF3468

Text Example


Text Example

White with #EF3468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3468; }

 p { color: rgb(239,52,104); }

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

background-color css

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

 a { background-color: rgb(239,52,104); }

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

border-color css

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

 span { border-color: rgb(239,52,104); }

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